Add infrastructure
This commit is contained in:
2
postgres/operator-values.yaml
Normal file
2
postgres/operator-values.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
pgoControllerLeaseName: ''
|
||||
replicas: 1
|
||||
22
postgres/values.yaml
Normal file
22
postgres/values.yaml
Normal 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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user