From 2618dbc63741f95f8869e86f24037ff05bb80422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Sun, 23 Nov 2025 15:51:31 +0100 Subject: [PATCH] chore(cnpg): Create tos objectstore --- .../manifests/objectstore-tos.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 values/postgres-operator/manifests/objectstore-tos.yaml 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}}