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
pull/41933/head
Craig Comstock 2023-07-07 15:15:19 -05:00
parent 64867627ff
commit aa0617fc3b
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ description: |-
Para ver a saída da aplicação, execute uma requisição com o comando
<code>curl</code>:
</p>
<p><code><b>curl http://localhost:8001/api/v1/namespaces/default/pods/$POD_NAME/proxy/</b></code></p>
<p><code><b>curl http://localhost:8001/api/v1/namespaces/default/pods/$POD_NAME:8080/proxy/</b></code></p>
<p>A URL é a rota para a API do Pod.</p>
</div>
</div>