Added path type

This commit is contained in:
Jaiveer Katariya
2022-11-22 15:10:55 -05:00
parent ecc0ab0429
commit a09e2b901a
@@ -43,12 +43,14 @@ spec:
- http: - http:
paths: paths:
- path: /testpath - path: /testpath
pathType: Prefix
backend: backend:
service: service:
name: nginx-service name: nginx-service
port: port:
number: 80 number: 80
- path: /testpath2 - path: /testpath2
pathType: Prefix
backend: backend:
service: service:
name: unrouted-service name: unrouted-service