diff --git a/cnpg/resources/cluster.yaml b/cnpg/resources/cluster.yaml index e7d59c3..a29e641 100644 --- a/cnpg/resources/cluster.yaml +++ b/cnpg/resources/cluster.yaml @@ -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" diff --git a/cnpg/resources/secrets/cnpg-backup-creds.yaml b/cnpg/resources/secrets/cnpg-backup-creds.yaml index 4c34f28..a63ac4f 100644 Binary files a/cnpg/resources/secrets/cnpg-backup-creds.yaml and b/cnpg/resources/secrets/cnpg-backup-creds.yaml differ