Files
storage/postgresql/helm-values/postgres-exporter.yaml
2025-12-17 15:09:48 +09:00

28 lines
626 B
YAML

# Prometheus Postgres Exporter Helm Values
# Chart: https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-postgres-exporter
# Note: This exporter monitors postgresql-primary
fullnameOverride: postgres-exporter
config:
datasource:
host: postgresql-primary.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
resources:
requests:
memory: 64Mi
cpu: 50m