We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ecd44a commit ce74fdeCopy full SHA for ce74fde
docs/tutorials/stateless-application/expose-external-ip-address.md
@@ -123,7 +123,7 @@ external IP address.
123
curl http://<external-ip>:<port>
124
125
where `<external-ip>` is the external IP address (`LoadBalancer Ingress`)
126
- of your Service, and `<port>` is the value of `NodePort` in your Service
+ of your Service, and `<port>` is the value of `Port` in your Service
127
description.
128
If you are using minikube, typing `minikube service my-service` will
129
automatically open the Hello World application in a browser.
0 commit comments