gcloud-lab/apps/base/customer1/pg-cluster-customer1.yaml

17 lines
313 B
YAML
Raw Normal View History

2026-01-06 03:30:41 +00:00
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: customer1-pgdb
spec:
instances: 3
imageName: ghcr.io/cloudnative-pg/postgresql:15.2
storage:
size: 5Gi
bootstrap:
initdb:
database: app
2026-01-06 04:51:58 +00:00
owner: customer1
2026-01-06 03:30:41 +00:00
secret:
name: customer1-db-credentials