feat: Configure barman object store
Some checks failed
kustomization/flux-system/1b69816f build failed
Some checks failed
kustomization/flux-system/1b69816f build failed
This commit is contained in:
18
configs/barman-config/object-store.yaml
Normal file
18
configs/barman-config/object-store.yaml
Normal 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
|
||||
Reference in New Issue
Block a user