From e4138a7994018dd5ef05140c6cdf09ee26dc57a9 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 27 Dec 2025 18:36:14 -0600 Subject: [PATCH] add local --- clusters/cl01tl/helm/booklore/values.yaml | 2 +- clusters/cl01tl/helm/gitea/values.yaml | 2 +- clusters/cl01tl/helm/immich/values.yaml | 2 +- clusters/cl01tl/helm/vaultwarden/values.yaml | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/helm/booklore/values.yaml b/clusters/cl01tl/helm/booklore/values.yaml index 8b02ee436..71c890167 100644 --- a/clusters/cl01tl/helm/booklore/values.yaml +++ b/clusters/cl01tl/helm/booklore/values.yaml @@ -213,7 +213,7 @@ volsync-target-config: volsync-target-data: pvcTarget: booklore-data local: - enabled: false + enabled: true schedule: 14 8 * * * restic: cacheCapacity: 10Gi diff --git a/clusters/cl01tl/helm/gitea/values.yaml b/clusters/cl01tl/helm/gitea/values.yaml index 921f89419..8acf57e21 100644 --- a/clusters/cl01tl/helm/gitea/values.yaml +++ b/clusters/cl01tl/helm/gitea/values.yaml @@ -267,7 +267,7 @@ volsync-target-storage: fsGroup: 1000 fsGroupChangePolicy: OnRootMismatch local: - enabled: false + enabled: true schedule: 0 0 0 * * * restic: pruneIntervalDays: 3 diff --git a/clusters/cl01tl/helm/immich/values.yaml b/clusters/cl01tl/helm/immich/values.yaml index 6c1d95dec..8e497e854 100644 --- a/clusters/cl01tl/helm/immich/values.yaml +++ b/clusters/cl01tl/helm/immich/values.yaml @@ -233,7 +233,7 @@ redis-replication: volsync-target-data: pvcTarget: immich local: - enabled: false + enabled: true schedule: 28 8 * * * restic: cacheCapacity: 10Gi diff --git a/clusters/cl01tl/helm/vaultwarden/values.yaml b/clusters/cl01tl/helm/vaultwarden/values.yaml index fe4bb482c..0ece9b935 100644 --- a/clusters/cl01tl/helm/vaultwarden/values.yaml +++ b/clusters/cl01tl/helm/vaultwarden/values.yaml @@ -92,8 +92,10 @@ postgres-18-cluster: volsync-target-data: pvcTarget: vaultwarden-data local: + enabled: true schedule: 0 0 0 * * * remote: schedule: 0 0 0 * * * external: + enabled: true schedule: 0 0 0 * * *