- New CNPG PostgreSQL cluster (siriusdevops-pgdb) in customer1 namespace - Single-instance, 20Gi storage, GCS backups to siriusdevops-backups/ - Waitlist database definition (waitlist-db.yaml) - Scheduled backup manifest - Waitlist API deployment, service, HTTPRoute, and Telegram secret placeholder - Kustomization wiring for both siriusdevops-db and waitlist-api
10 lines
182 B
YAML
10 lines
182 B
YAML
apiVersion: postgresql.cnpg.io/v1
|
|
kind: Database
|
|
metadata:
|
|
name: waitlist-db
|
|
namespace: customer1
|
|
spec:
|
|
cluster:
|
|
name: siriusdevops-pgdb
|
|
name: waitlist
|
|
owner: waitlist
|