Allow configuring spire-agent prometheus listening address (#701)
This commit is contained in:
@@ -169,7 +169,7 @@ health_checks:
|
||||
{{- if or (dig "telemetry" "prometheus" "enabled" .Values.telemetry.prometheus.enabled .Values.global) (and (dig "spire" "recommendations" "enabled" false .Values.global) (dig "spire" "recommendations" "prometheus" true .Values.global)) }}
|
||||
telemetry:
|
||||
- Prometheus:
|
||||
- host: "0.0.0.0"
|
||||
- host: {{ .Values.telemetry.prometheus.host }}
|
||||
port: {{ .Values.telemetry.prometheus.port }}
|
||||
{{- end }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user