# Prometheus Postgres Exporter Helm Values for postgresql-read-0 # Chart: https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-postgres-exporter fullnameOverride: postgres-exporter-read-0 config: datasource: host: postgresql-read-0.postgresql-read-hl.postgresql.svc.cluster.local port: "5432" user: bluemayne passwordSecret: name: postgresql-password key: password database: postgres sslmode: disable serviceMonitor: enabled: true namespace: monitoring additionalLabels: release: prometheus instance: postgres-exporter-read-0 resources: requests: memory: 64Mi cpu: 5m # Reduced from 50m based on actual usage (1-2m)