Files
homelab/infrastructure/hydra/cloud-native-pg/pg-cluster.yaml
T

28 lines
557 B
YAML
Raw Normal View History

2026-04-30 14:01:55 -04:00
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: cnpg-cluster
2026-04-30 14:35:35 -04:00
namespace: cnpg-cluster
2026-04-30 14:01:55 -04:00
spec:
affinity: {}
instances: 3
2026-04-30 18:05:24 -04:00
managed: {}
2026-04-30 14:01:55 -04:00
postgresql:
syncReplicaElectionConstraint:
enabled: false
resources: {}
storage:
pvcTemplate:
resources: {}
storageClassName: local-path
resizeInUseVolumes: true
size: 10Gi
storageClass: local-path
status:
certificates: {}
configMapResourceVersion: {}
managedRolesStatus: {}
secretsResourceVersion: {}
switchReplicaClusterStatus: {}
topology: {}