Skip to content

Commit aa0617f

Browse files
committed
Fixed "Show the app in the terminal" URL
The app is listening on port 8080 so that must be included otherwise port 80 (default) is used and the curl request will fail. Issue: 41259
1 parent 6486762 commit aa0617f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/pt-br/docs/tutorials/kubernetes-basics/explore/explore-intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ <h3>Exiba a aplicação no terminal</h3>
267267
Para ver a saída da aplicação, execute uma requisição com o comando
268268
<code>curl</code>:
269269
</p>
270-
<p><code><b>curl http://localhost:8001/api/v1/namespaces/default/pods/$POD_NAME/proxy/</b></code></p>
270+
<p><code><b>curl http://localhost:8001/api/v1/namespaces/default/pods/$POD_NAME:8080/proxy/</b></code></p>
271271
<p>A URL é a rota para a API do Pod.</p>
272272
</div>
273273
</div>

0 commit comments

Comments
 (0)