diff --git a/values/postgres-operator/manifests/objectstore-tos.yaml b/values/postgres-operator/manifests/objectstore-tos.yaml new file mode 100644 index 00000000..c8decac6 --- /dev/null +++ b/values/postgres-operator/manifests/objectstore-tos.yaml @@ -0,0 +1,19 @@ +{{- if eq .Values.cluster "oceanbox"}} +apiVersion: barmancloud.cnpg.io/v1 +kind: ObjectStore +metadata: + name: tos-store +spec: + 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}}