diff --git a/hello-world-nginx-ingress.yaml b/hello-world-nginx-ingress.yaml index 46a202b..3554a11 100644 --- a/hello-world-nginx-ingress.yaml +++ b/hello-world-nginx-ingress.yaml @@ -3,10 +3,6 @@ kind: Ingress metadata: name: hello-world-nginx-ingress spec: - rules: - - http: - paths: - - path: / - backend: - serviceName: hello-world-nginx - servicePort: 80 + backend: + serviceName: hello-world-nginx + servicePort: 80