Add recommendation for prometheus exporter (#144)

This commit is contained in:
kfox1111
2023-12-19 11:38:20 +00:00
committed by GitHub
parent 6997d6a904
commit 33cacd2ee8
8 changed files with 9 additions and 9 deletions
@@ -86,7 +86,7 @@ health_checks:
live_path: "/live"
ready_path: "/ready"
{{- if (dig "telemetry" "prometheus" "enabled" .Values.telemetry.prometheus.enabled .Values.global) }}
{{- 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"