From d4e0b7b718d0a486ccb470bc1a337de1c144e148 Mon Sep 17 00:00:00 2001 From: "tariqislam@google.com" Date: Mon, 10 Sep 2018 17:06:01 +0000 Subject: [PATCH] updating svc name in ingress manifest --- hello-world-nginx-ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello-world-nginx-ingress.yaml b/hello-world-nginx-ingress.yaml index 80e1104..a6278f3 100644 --- a/hello-world-nginx-ingress.yaml +++ b/hello-world-nginx-ingress.yaml @@ -6,7 +6,7 @@ metadata: kubernetes.io/ingress.global-static-ip-name: "kubernetes-ingress" spec: backend: - serviceName: hello-world-nginx + serviceName: hello-world-nginx-svc servicePort: 80 rules: - host: kubeguy.ga