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