diff --git a/applications/templates/cloudnativepg.yaml b/applications/templates/cloudnativepg.yaml index 27765a9..a129ac0 100644 --- a/applications/templates/cloudnativepg.yaml +++ b/applications/templates/cloudnativepg.yaml @@ -73,8 +73,8 @@ spec: storageClass: local-path backup: barmanObjectStore: - endpointURL: http://${BUCKET_HOST}:${BUCKET_PORT} - destinationPath: s3://${BUCKET_NAME}/ + endpointURL: http://rook-ceph-rgw-rgw-bulk.ceph.svc:80 + destinationPath: s3://postgres-backup/ s3Credentials: accessKeyId: name: postgres-backup-bucket @@ -112,7 +112,7 @@ metadata: name: postgres-backup-bucket namespace: cnpg-system spec: - generateBucketName: postgres-backup + bucketName: postgres-backup storageClassName: rgw-bulk additionalConfig: maxSize: "400G" \ No newline at end of file