- 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
13 lines
308 B
YAML
13 lines
308 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: waitlist-db-credentials
|
|
namespace: customer1
|
|
type: Opaque
|
|
stringData:
|
|
username: waitlist
|
|
password: CHANGEME
|
|
sops:
|
|
age:
|
|
- recipient: age1uuxf066xuuqgvjppxfcmqkwfcufnwp3wcwnl9h20g9k4l8nkw9jsaungf7
|
|
encrypted_regex: ^(data|stringData)$
|