Skip to content

Commit 0560375

Browse files
authored
Merge pull request #41933 from craigcomstock/issue-41259-pt-br
[pt-br] Fixed "Show the app in the terminal" URL
2 parents a744d3a + aa0617f commit 0560375

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)