1
0
mirror of https://github.com/containous/traefik.git synced 2024-10-27 18:55:25 +03:00

Fix k8s example UI port.

Port was out of sync from 495cba591f.
This commit is contained in:
Dave Dunkin 2017-02-01 21:02:04 -07:00 committed by Emile Vauge
parent 39e6b16069
commit 354f69b2f6
No known key found for this signature in database
GPG Key ID: D808B4C167352E59

View File

@ -10,7 +10,7 @@ spec:
ports: ports:
- name: web - name: web
port: 80 port: 80
targetPort: 8080 targetPort: 8081
--- ---
apiVersion: extensions/v1beta1 apiVersion: extensions/v1beta1
kind: Ingress kind: Ingress