feat: Configure barman object store

This commit is contained in:
2025-12-15 04:49:08 +01:00
parent 4b58026791
commit 0cfcab2f97
6 changed files with 104 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
apiVersion: barmancloud.cnpg.io/v1
kind: ObjectStore
metadata:
name: garage-store
namespace: cnpg-system
spec:
configuration:
destinationPath: s3://cnpg-backup/
endpointURL: http://192.178.1.1:3900
s3Credentials:
accessKeyId:
name: s3-garage
key: ACCESS_KEY_ID
secretAccessKey:
name: s3-garage
key: ACCESS_SECRET_KEY
wal:
compression: gzip