From aaf1b7d60d874b732a9a3df2612ad275cb9a6cf4 Mon Sep 17 00:00:00 2001 From: "tariqislam@google.com" Date: Mon, 10 Sep 2018 17:03:49 +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 a6278f3..80e1104 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-svc + serviceName: hello-world-nginx servicePort: 80 rules: - host: kubeguy.ga