Skip to content

Commit

Permalink
Changed NodePort to Port (#8111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vimal-Raghubir authored and k8s-ci-robot committed Apr 17, 2018
1 parent 4ecd44a commit ce74fde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ external IP address.
curl http://<external-ip>:<port>

where `<external-ip>` is the external IP address (`LoadBalancer Ingress`)
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
description.
If you are using minikube, typing `minikube service my-service` will
automatically open the Hello World application in a browser.
Expand Down

0 comments on commit ce74fde

Please sign in to comment.