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:
app: bodhi-web
deploymentconfig: bodhi-web
{% if env == "staging" %}
monitoring-key: cpe
{% endif %}
spec:
containers:
- name: bodhi-web