Added named port bodhi-web to staging.
This commit is contained in:
parent
d7cc7b3d02
commit
32771b4f92
1 changed files with 3 additions and 0 deletions
|
@ -69,6 +69,9 @@ items:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
|
{% if env == "staging" %}
|
||||||
|
name: web
|
||||||
|
{% endif %}
|
||||||
resources: {}
|
resources: {}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue