examples/k8s: fix ui ingress port out of sync with deployment
This commit is contained in:
parent
60a35c8aba
commit
c360395afc
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- name: web
|
- name: web
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: 8081
|
targetPort: 8080
|
||||||
---
|
---
|
||||||
apiVersion: extensions/v1beta1
|
apiVersion: extensions/v1beta1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
|
|
Loading…
Add table
Reference in a new issue