From 9e40a8fe983d9b45a945f10bed146e2621bd63e3 Mon Sep 17 00:00:00 2001 From: Vageesha17 Date: Fri, 10 Apr 2020 10:25:14 +0530 Subject: [PATCH] updates for PR #20131 --- .../services-networking/connect-applications-service.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/services-networking/connect-applications-service.md b/content/en/docs/concepts/services-networking/connect-applications-service.md index bc17b74d15..8d6e2078e4 100644 --- a/content/en/docs/concepts/services-networking/connect-applications-service.md +++ b/content/en/docs/concepts/services-networking/connect-applications-service.md @@ -394,8 +394,8 @@ kubectl edit svc my-nginx kubectl get svc my-nginx ``` ``` -NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE -my-nginx ClusterIP 10.0.162.149 162.222.184.144 80/TCP,81/TCP,82/TCP 21s +NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE +my-nginx LoadBalancer 10.0.0.216 xx.xxx.xxx.xxx 8080:30163/TCP 21s ``` ``` curl https:// -k