Prometheus monitoring for Bodhi should only be enabled in staging

This commit is contained in:
Adam Saleh 2021-03-17 10:54:40 +01:00
parent 19786a9757
commit c430685141

View file

@ -54,7 +54,9 @@ items:
labels: labels:
app: bodhi-web app: bodhi-web
deploymentconfig: bodhi-web deploymentconfig: bodhi-web
{% if env == "staging" %}
monitoring-key: cpe monitoring-key: cpe
{% endif %}
spec: spec:
containers: containers:
- name: bodhi-web - name: bodhi-web