From f5790930e3dcf3b2a08dc806e2ae58a140385d77 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 3 Mar 2025 12:15:15 -0600 Subject: [PATCH] enable backups --- clusters/cl01tl/services/harbor/values.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/clusters/cl01tl/services/harbor/values.yaml b/clusters/cl01tl/services/harbor/values.yaml index f1fd68436..e9b12e537 100644 --- a/clusters/cl01tl/services/harbor/values.yaml +++ b/clusters/cl01tl/services/harbor/values.yaml @@ -115,7 +115,7 @@ harbor: repository: ghcr.io/goharbor/harbor-exporter tag: v2.12.2 postgres-17-cluster: - mode: recovery + mode: standalone cluster: walStorage: storageClass: local-path @@ -123,12 +123,8 @@ postgres-17-cluster: storageClass: local-path monitoring: enabled: true - recovery: - endpointURL: https://nyc3.digitaloceanspaces.com - destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/harbor/harbor-postgresql-17-cluster - endpointCredentials: harbor-postgresql-17-cluster-backup-secret backup: - enabled: false + enabled: true endpointURL: https://nyc3.digitaloceanspaces.com destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/harbor/harbor-postgresql-17-cluster endpointCredentials: harbor-postgresql-17-cluster-backup-secret