Fix k8s example UI port.

Port was out of sync from 495cba591f6f558d5e43804a82b3ba5778913eb3.
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:
- name: web
port: 80
targetPort: 8080
targetPort: 8081
---
apiVersion: extensions/v1beta1
kind: Ingress