k8s/infrastructure/databases/cloudnative-pg/values.yaml

22 lines
291 B
YAML
Raw Normal View History

2026-04-07 06:33:24 +00:00
replicaCount: 1
image:
repository: ghcr.io/cloudnative-pg/cloudnative-pg
pullPolicy: IfNotPresent
config:
clusterWide: true
monitoring:
podMonitorEnabled: true
grafanaDashboard:
create: true
rbac:
create: true
serviceAccount:
create: true
name: cnpg-controller-manager