fix(cnpg): Migrate to barman cloud plugin

This commit is contained in:
2025-11-23 16:19:46 +01:00
parent 79365abd71
commit 99d10c2316
3 changed files with 44 additions and 47 deletions
@@ -1,20 +0,0 @@
{{- if eq .Values.clusterConfig.cluster "oceanbox"}}
apiVersion: barmancloud.cnpg.io/v1
kind: ObjectStore
metadata:
name: tos-store
spec:
retentionPolicy: "30d"
configuration:
destinationPath: s3://cnpg
endpointURL: http://10.255.241.30:30080
s3Credentials:
accessKeyId:
name: cnpg-s3
key: access_key
secretAccessKey:
name: cnpg-s3
key: access_secret
wal:
compression: snappy
{{- end}}