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

25 lines
480 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
2026-01-06 05:11:39 +00:00
namespace: customer1
2026-01-06 03:30:41 +00:00
spec:
2026-01-06 05:41:53 +00:00
managed:
roles:
- name: customer1
ensure: present
login: true
passwordSecret:
name: customer1-db-credentials
2026-01-06 03:30:41 +00:00
instances: 3
imageName: ghcr.io/cloudnative-pg/postgresql:15.2
storage:
size: 5Gi
bootstrap:
initdb:
2026-01-06 05:27:10 +00:00
database: n8n
owner: customer1
2026-01-06 03:30:41 +00:00
secret:
name: customer1-db-credentials