Add infrastructure

This commit is contained in:
Grant
2025-02-01 14:19:14 -07:00
parent 5ac5f7c75a
commit cc3f8446d6
8 changed files with 145 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
pgoControllerLeaseName: ''
replicas: 1

22
postgres/values.yaml Normal file
View File

@@ -0,0 +1,22 @@
instanceSize: 5Gi
backupsSize: 5Gi
patroni:
dynamicConfiguration:
postgresql:
pg_hba:
- "host all all all scram-sha-256"
users:
- name: grant
databases:
- postgres
- synapse
options: "SUPERUSER LOGIN"
- name: synapse
databases:
- synapse
options: "LOGIN"