Skip to content

Commit ce74fde

Browse files
Vimal-Raghubirk8s-ci-robot
authored andcommitted
Changed NodePort to Port (#8111)
1 parent 4ecd44a commit ce74fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/stateless-application/expose-external-ip-address.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ external IP address.
123123
curl http://<external-ip>:<port>
124124

125125
where `<external-ip>` is the external IP address (`LoadBalancer Ingress`)
126-
of your Service, and `<port>` is the value of `NodePort` in your Service
126+
of your Service, and `<port>` is the value of `Port` in your Service
127127
description.
128128
If you are using minikube, typing `minikube service my-service` will
129129
automatically open the Hello World application in a browser.

0 commit comments

Comments
 (0)