updated ingress backend for new api version

This commit is contained in:
Jaiveer Katariya
2022-11-22 14:54:46 -05:00
parent bd9e2cd597
commit ecc0ab0429
@@ -44,9 +44,13 @@ spec:
paths: paths:
- path: /testpath - path: /testpath
backend: backend:
serviceName: nginx-service service:
servicePort: 80 name: nginx-service
port:
number: 80
- path: /testpath2 - path: /testpath2
backend: backend:
serviceName: unrouted-service service:
servicePort: 80 name: unrouted-service
port:
number: 80