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 %}
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
{% if env == "staging" %}
|
||||
name: web
|
||||
{% endif %}
|
||||
resources: {}
|
||||
volumeMounts:
|
||||
- name: config-volume
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue