Fixes on the traefik - prometheus config (#2962)

* buckets should be an array

* all array items should be of the same type

* bump chart version
This commit is contained in:
Carlos Alexandro Becker
2017-12-08 16:35:29 -06:00
committed by Vic Iglesias
parent 05bd3660de
commit 88804d2c9d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ data:
{{- end }}
{{ if .Values.metrics.prometheus.enabled }}
[web.metrics.prometheus]
Buckets = {{ .Values.metrics.prometheus.buckets }}
Buckets = [{{ .Values.metrics.prometheus.buckets }}]
{{- end }}
{{ if .Values.metrics.datadog.enabled }}
[web.metrics.datadog]
+1 -1
View File
@@ -91,7 +91,7 @@ rbac:
metrics:
prometheus:
enabled: false
buckets: 0.1,0.3,1.2,5
buckets: 0.1,0.3,1.2,5.0
datadog:
enabled: false
# address: "localhost:8125"