From ce74fdefe3d397c2dda22579b178718cf896680c Mon Sep 17 00:00:00 2001 From: Vimal Raghubir Date: Tue, 17 Apr 2018 01:13:58 -0400 Subject: [PATCH] Changed NodePort to Port (#8111) --- .../stateless-application/expose-external-ip-address.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/stateless-application/expose-external-ip-address.md b/docs/tutorials/stateless-application/expose-external-ip-address.md index b06f422ac3309..9dd6366e1af0c 100644 --- a/docs/tutorials/stateless-application/expose-external-ip-address.md +++ b/docs/tutorials/stateless-application/expose-external-ip-address.md @@ -123,7 +123,7 @@ external IP address. curl http://: where `` is the external IP address (`LoadBalancer Ingress`) - of your Service, and `` is the value of `NodePort` in your Service + of your Service, and `` 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.