Files
k8scd/sogo-mail/postgresql-cluster.yaml
T
2026-03-15 14:30:05 +01:00

17 lines
320 B
YAML

apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: sogo-mail-postgres
spec:
instances: 1
primaryUpdateStrategy: unsupervised
bootstrap:
initdb:
database: sogo
owner: sogo
secret:
name: sogo-mail-postgres-credentials
storage:
storageClass: longhorn
size: 20Gi