Add s3 to pgo backups
This commit is contained in:
parent
381fca64d0
commit
07107aac4f
@ -83,6 +83,13 @@ releases:
|
|||||||
chart: crunchydata/postgrescluster
|
chart: crunchydata/postgrescluster
|
||||||
values:
|
values:
|
||||||
- postgres/values.yaml
|
- postgres/values.yaml
|
||||||
|
setString:
|
||||||
|
- name: multiBackupRepos[1].s3.key
|
||||||
|
value: {{ requiredEnv "HETZNER_S3_ACCESS_KEY" }}
|
||||||
|
- name: multiBackupRepos[1].s3.keySecret
|
||||||
|
value: {{ requiredEnv "HETZNER_S3_ACCESS_SECRET" }}
|
||||||
|
- name: multiBackupRepos[1].s3.encryptionPassphrase
|
||||||
|
value: {{ requiredEnv "PG_BACKREST_PASSWORD" }}
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
namespace: datastore
|
namespace: datastore
|
||||||
createNamespace: true
|
createNamespace: true
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
instanceSize: 10Gi
|
instanceSize: 10Gi
|
||||||
backupsSize: 10Gi
|
|
||||||
|
|
||||||
patroni:
|
patroni:
|
||||||
dynamicConfiguration:
|
dynamicConfiguration:
|
||||||
@ -28,4 +27,10 @@ users:
|
|||||||
- immich
|
- immich
|
||||||
options: "LOGIN"
|
options: "LOGIN"
|
||||||
|
|
||||||
|
multiBackupRepos:
|
||||||
|
- volume:
|
||||||
|
backupsSize: 10Gi
|
||||||
|
- s3:
|
||||||
|
bucket: fog
|
||||||
|
endpoint: hel1.your-objectstorage.com
|
||||||
|
region: hel1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user