fix(cnpg): configure object store endpoint
All checks were successful
Renovate / renovate (push) Successful in 51s
All checks were successful
Renovate / renovate (push) Successful in 51s
This commit is contained in:
parent
03352a4e7d
commit
5c78f39f9e
1 changed files with 4 additions and 1 deletions
|
@ -22,7 +22,8 @@ spec:
|
|||
|
||||
backup:
|
||||
barmanObjectStore:
|
||||
destinationPath: cnpg
|
||||
destinationPath: s3://cnpg
|
||||
endpointURL: http://garage.garage.svc:3900
|
||||
s3Credentials:
|
||||
accessKeyId:
|
||||
name: cnpg-backup-creds
|
||||
|
@ -30,6 +31,8 @@ spec:
|
|||
secretAccessKey:
|
||||
name: cnpg-backup-creds
|
||||
key: ACCESS_SECRET_KEY
|
||||
wal:
|
||||
compression: snappy
|
||||
retentionPolicy: "30d"
|
||||
|
||||
resources:
|
||||
|
|
Loading…
Reference in a new issue