增加rolling-update-test的ingress服务配置
parent
4e80db9f0f
commit
5441ab3b1a
|
@ -18,3 +18,10 @@ spec:
|
|||
backend:
|
||||
serviceName: frontend
|
||||
servicePort: 80
|
||||
- host: rolling-update-test.traefik.io
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
backend:
|
||||
serviceName: rolling-update-test
|
||||
servicePort: 9090
|
||||
|
|
Loading…
Reference in New Issue