Skip to content

Commit

Permalink
Merge branch 'feature/ZENKO-1805-backbeatAPIPrometheusConfig' into q/1.1
Browse files Browse the repository at this point in the history
bert-e committed Jun 18, 2019
2 parents 9a536a0 + 7eb9e70 commit 5014dd6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -51,6 +51,8 @@ spec:
value: "{{- printf "%s-cloudserver:80" .Release.Name | trunc 63 | trimSuffix "-" -}}"
- name: MONGODB_HOSTS
value: "{{ template "backbeat.mongodb-hosts" . }}"
- name: PROMETHEUS_ENDPOINT
value: "{{- printf "%s-prometheus-server:80" .Release.Name | trunc 63 | trimSuffix "-" -}}"
- name: COLLECT_DEFAULT_METRICS_INTERVAL_MS
value: {{ quote .Values.monitoring.collectDefaultMetricsIntervalMs }}
livenessProbe:

0 comments on commit 5014dd6

Please sign in to comment.