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

28 lines
662 B
YAML

# 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: 50m