mirror of
https://github.com/traefik/traefik.git
synced 2025-11-28 22:21:36 +01:00
examples/k8s: fix ui ingress port out of sync with deployment
This commit is contained in:
parent
60a35c8aba
commit
c360395afc
@ -10,7 +10,7 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- name: web
|
- name: web
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: 8081
|
targetPort: 8080
|
||||||
---
|
---
|
||||||
apiVersion: extensions/v1beta1
|
apiVersion: extensions/v1beta1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user