Added the information about setting the gateway_url (#14058)

This commit is contained in:
visheshtha 2023-10-26 19:48:29 +05:30 committed by GitHub
parent 7fc0d180b2
commit 1622e5f0bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -137,7 +137,8 @@ EOF
{{< /tabset >}}
3) Open the Bookinfo URL `http://$GATEWAY_URL/productpage` in your browser.
3) Open the Bookinfo URL `http://$GATEWAY_URL/productpage` in your browser, where `$GATEWAY_URL` is the External IP address of the ingress, as explained in
the [Bookinfo](/docs/examples/bookinfo/#determine-the-ingress-ip-and-port) doc.
You should see the Bookinfo application working normally (with ratings stars displayed),
but there is a 2 second delay whenever you refresh the page.