add named port for frontend-external so that istio metrics aren't blocked
This commit is contained in:
parent
f149cc050b
commit
1bc817a013
1 changed files with 2 additions and 1 deletions
|
@ -72,5 +72,6 @@ spec:
|
||||||
selector:
|
selector:
|
||||||
app: frontend
|
app: frontend
|
||||||
ports:
|
ports:
|
||||||
- port: 80
|
- name: http
|
||||||
|
port: 80
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
|
|
Loading…
Reference in a new issue