15 lines
629 B
YAML
15 lines
629 B
YAML
replicaCount: 1
|
|
|
|
loadBalancer:
|
|
# If not enabled, we still expose the primary using a so called Headless Service
|
|
# https://kubernetes.io/docs/concepts/services-networking/service/#headless-services
|
|
enabled: false
|
|
|
|
persistentVolumes:
|
|
# For sanity reasons, the actual PGDATA and wal directory will be subdirectories of the Volume mounts,
|
|
# this allows Patroni/a human/an automated operator to move directories during bootstrap, which cannot
|
|
# be done if we did not use subdirectories
|
|
# https://www.postgresql.org/docs/current/creating-cluster.html#CREATING-CLUSTER-MOUNT-POINTS
|
|
data:
|
|
enabled: true
|
|
size: 20Gi |