Try fixing prom metrics in staging 1st

This commit is contained in:
Seth Call 2025-08-02 11:32:31 -05:00
parent b8bc8af883
commit 4c9c432b28
1 changed files with 13 additions and 0 deletions

View File

@ -1,5 +1,18 @@
# Helm chart values for Prometheus Operator with HTTPS and basic auth # Helm chart values for Prometheus Operator with HTTPS and basic auth
kube-prometheus-stack: kube-prometheus-stack:
nodeExporter:
enabled: true
serviceMonitor:
enabled: true
relabelings:
- sourceLabels: [__meta_kubernetes_pod_node_name]
targetLabel: instance
action: replace
# Optional Rule 2: If the original IP address needs to be retained
# as a separate label (e.g., 'ip_address'), this rule can be added:
- sourceLabels: [__address__]
targetLabel: ip_address
action: replace
prometheus: prometheus:
ingress: ingress:
enabled: true enabled: true