mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-26 22:59:27 +08:00
Added path type
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user