mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
Vic Iglesias
parent
05bd3660de
commit
88804d2c9d
@@ -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]
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user