mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-29 00:09:28 +08:00
updated ingress backend for new api version
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user