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

View File

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