Fix k8s example UI port.
Port was out of sync from 495cba591f6f558d5e43804a82b3ba5778913eb3.
This commit is contained in:
parent
39e6b16069
commit
354f69b2f6
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ spec:
|
|||
ports:
|
||||
- name: web
|
||||
port: 80
|
||||
targetPort: 8080
|
||||
targetPort: 8081
|
||||
---
|
||||
apiVersion: extensions/v1beta1
|
||||
kind: Ingress
|
||||
|
|
Loading…
Reference in a new issue