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:
paths:
- path: /testpath
pathType: Prefix
backend:
service:
name: nginx-service
port:
number: 80
- path: /testpath2
pathType: Prefix
backend:
service:
name: unrouted-service