Allow configuring spire-agent prometheus listening address (#701)

This commit is contained in:
Matthew McKeen
2025-11-27 22:36:56 -07:00
committed by GitHub
parent e1a1484511
commit 95fa0deb5f
3 changed files with 4 additions and 1 deletions
@@ -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 }}