fix(postgres): configure AWS region
All checks were successful
Renovate / renovate (push) Successful in 32s

This commit is contained in:
Peter 2024-08-14 21:21:02 +02:00
parent eee5845b8d
commit a39444b044
Signed by: prskr
GPG key ID: F56BED6903BC5E37
2 changed files with 5 additions and 2 deletions

View file

@ -25,8 +25,8 @@ spec:
backup:
barmanObjectStore:
destinationPath: s3://cnpg
endpointURL: http://garage.garage.svc:3900
destinationPath: "s3://cnpg/app-cluster/"
endpointURL: "http://garage.garage.svc:3900"
s3Credentials:
accessKeyId:
name: cnpg-backup-creds
@ -34,6 +34,9 @@ spec:
secretAccessKey:
name: cnpg-backup-creds
key: ACCESS_SECRET_KEY
region:
name: cnpg-backup-creds
key: AWS_REGION
wal:
compression: snappy
retentionPolicy: "30d"