From 7fbe57fc90e9547cf7b67d772d2544075ef97ca2 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Mon, 19 May 2025 19:24:18 +0200 Subject: [PATCH] chore(db): Change s3 backup endpoint --- manifests/database.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/database.yaml b/manifests/database.yaml index a6c4933..8828a37 100644 --- a/manifests/database.yaml +++ b/manifests/database.yaml @@ -27,7 +27,7 @@ spec: retentionPolicy: "30d" barmanObjectStore: destinationPath: "s3://halis/cloudnativepg" - endpointURL: https://s3.halia.dev + endpointURL: https://s3.legacy.halis.io s3Credentials: accessKeyId: name: s3-secret