examples/k8s: fix ui ingress port out of sync with deployment

This commit is contained in:
Boran Car 2017-08-18 00:40:03 +01:00 committed by Traefiker
parent 60a35c8aba
commit c360395afc

View file

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