From 537e2f0f8d63462ac12bd4359705f652066805cc Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 11 Mar 2026 13:45:34 -0500 Subject: [PATCH] feat: enable backups and index --- clusters/cl01tl/helm/authentik/values.yaml | 4 ++-- clusters/cl01tl/helm/freshrss/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/helm/authentik/values.yaml b/clusters/cl01tl/helm/authentik/values.yaml index 1780f61ac..de138e42f 100644 --- a/clusters/cl01tl/helm/authentik/values.yaml +++ b/clusters/cl01tl/helm/authentik/values.yaml @@ -68,7 +68,7 @@ postgres-18-cluster: recovery: method: objectStore objectStore: - index: 1 + index: 2 backup: objectStore: - name: garage-local @@ -91,7 +91,7 @@ postgres-18-cluster: # isWALArchiver: false scheduledBackups: - name: live-backup - suspend: true + suspend: false immediate: true schedule: "0 0 0 * * *" backupName: garage-local diff --git a/clusters/cl01tl/helm/freshrss/values.yaml b/clusters/cl01tl/helm/freshrss/values.yaml index c4027b87f..71d66b9dc 100644 --- a/clusters/cl01tl/helm/freshrss/values.yaml +++ b/clusters/cl01tl/helm/freshrss/values.yaml @@ -197,7 +197,7 @@ postgres-18-cluster: recovery: method: objectStore objectStore: - index: 1 + index: 2 backup: objectStore: - name: garage-local