Merge pull request #6110 from jkroepke/serviceMonitor

[helm] Add prometheus.servicemonitor.endpointAdditionalProperties
This commit is contained in:
jetstack-bot 2023-06-26 11:29:55 +02:00 committed by GitHub
commit 8eb032a95a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -42,4 +42,7 @@ spec:
interval: {{ .Values.prometheus.servicemonitor.interval }}
scrapeTimeout: {{ .Values.prometheus.servicemonitor.scrapeTimeout }}
honorLabels: {{ .Values.prometheus.servicemonitor.honorLabels }}
{{- with .Values.prometheus.servicemonitor.endpointAdditionalProperties }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}

View File

@ -211,6 +211,7 @@ prometheus:
labels: {}
annotations: {}
honorLabels: false
endpointAdditionalProperties: {}
# Use these variables to configure the HTTP_PROXY environment variables
# http_proxy: "http://proxy:8080"