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