Added named port bodhi-web to staging.

This commit is contained in:
Adam Saleh 2021-03-17 11:07:17 +01:00
parent d7cc7b3d02
commit 32771b4f92

View file

@ -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