From 4476cbbe64101bc2c55877d173d9b86371c9cc76 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 1 Jan 2026 23:53:16 -0600 Subject: [PATCH] enable local --- clusters/cl01tl/helm/matrix-synapse/values.yaml | 8 ++++---- clusters/cl01tl/helm/navidrome/values.yaml | 2 +- clusters/cl01tl/helm/ollama/values.yaml | 2 +- clusters/cl01tl/helm/postiz/values.yaml | 4 ++-- clusters/cl01tl/helm/prowlarr/values.yaml | 2 +- clusters/cl01tl/helm/qbittorrent/values.yaml | 6 +++--- clusters/cl01tl/helm/radarr-4k/values.yaml | 2 +- clusters/cl01tl/helm/radarr-anime/values.yaml | 2 +- clusters/cl01tl/helm/radarr/values.yaml | 2 +- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/clusters/cl01tl/helm/matrix-synapse/values.yaml b/clusters/cl01tl/helm/matrix-synapse/values.yaml index 112477d58..a088b002d 100644 --- a/clusters/cl01tl/helm/matrix-synapse/values.yaml +++ b/clusters/cl01tl/helm/matrix-synapse/values.yaml @@ -478,7 +478,7 @@ redis-replication-hookshot: volsync-target-synapse: pvcTarget: matrix-synapse local: - enabled: false + enabled: true schedule: 44 8 * * * remote: enabled: false @@ -488,7 +488,7 @@ volsync-target-synapse: volsync-target-hookshot: pvcTarget: matrix-hookshot local: - enabled: false + enabled: true schedule: 46 8 * * * remote: enabled: false @@ -501,7 +501,7 @@ volsync-target-discord: runAsUser: 1337 runAsGroup: 1337 local: - enabled: false + enabled: true schedule: 48 8 * * * remote: enabled: false @@ -514,7 +514,7 @@ volsync-target-whatsapp: runAsUser: 1337 runAsGroup: 1337 local: - enabled: false + enabled: true schedule: 50 8 * * * remote: enabled: false diff --git a/clusters/cl01tl/helm/navidrome/values.yaml b/clusters/cl01tl/helm/navidrome/values.yaml index f364a2de9..27ecfe90d 100644 --- a/clusters/cl01tl/helm/navidrome/values.yaml +++ b/clusters/cl01tl/helm/navidrome/values.yaml @@ -161,7 +161,7 @@ volsync-target-data: fsGroup: 1000 fsGroupChangePolicy: OnRootMismatch local: - enabled: false + enabled: true schedule: 52 8 * * * remote: enabled: false diff --git a/clusters/cl01tl/helm/ollama/values.yaml b/clusters/cl01tl/helm/ollama/values.yaml index 570ad5355..8bef7dd6a 100644 --- a/clusters/cl01tl/helm/ollama/values.yaml +++ b/clusters/cl01tl/helm/ollama/values.yaml @@ -307,7 +307,7 @@ volsync-target-data: runAsUser: 1337 runAsGroup: 1337 local: - enabled: false + enabled: true schedule: 54 8 * * * remote: enabled: false diff --git a/clusters/cl01tl/helm/postiz/values.yaml b/clusters/cl01tl/helm/postiz/values.yaml index 8b332883a..44025fdb7 100644 --- a/clusters/cl01tl/helm/postiz/values.yaml +++ b/clusters/cl01tl/helm/postiz/values.yaml @@ -180,7 +180,7 @@ redis-replication: volsync-target-config: pvcTarget: postiz-config local: - enabled: false + enabled: true schedule: 56 8 * * * remote: enabled: false @@ -190,7 +190,7 @@ volsync-target-config: volsync-target-upload: pvcTarget: postiz-uploads local: - enabled: false + enabled: true schedule: 58 8 * * * remote: enabled: false diff --git a/clusters/cl01tl/helm/prowlarr/values.yaml b/clusters/cl01tl/helm/prowlarr/values.yaml index 4fe94bcd9..b2bf3af6c 100644 --- a/clusters/cl01tl/helm/prowlarr/values.yaml +++ b/clusters/cl01tl/helm/prowlarr/values.yaml @@ -83,7 +83,7 @@ volsync-target-config: - 109 - 65539 local: - enabled: false + enabled: true schedule: 0 11 * * * remote: enabled: false diff --git a/clusters/cl01tl/helm/qbittorrent/values.yaml b/clusters/cl01tl/helm/qbittorrent/values.yaml index 94af47d79..0997863c4 100644 --- a/clusters/cl01tl/helm/qbittorrent/values.yaml +++ b/clusters/cl01tl/helm/qbittorrent/values.yaml @@ -437,7 +437,7 @@ volsync-target-config: fsGroup: 1000 fsGroupChangePolicy: OnRootMismatch local: - enabled: false + enabled: true schedule: 2 11 * * * restic: copyMethod: Snapshot @@ -458,7 +458,7 @@ volsync-target-config: volsync-target-qbit-manage-config: pvcTarget: qbittorrent-qbit-manage-config-data local: - enabled: false + enabled: true schedule: 4 11 * * * remote: enabled: false @@ -468,7 +468,7 @@ volsync-target-qbit-manage-config: volsync-target-qui-config: pvcTarget: qbittorrent-qui-config-data local: - enabled: false + enabled: true schedule: 6 11 * * * remote: enabled: false diff --git a/clusters/cl01tl/helm/radarr-4k/values.yaml b/clusters/cl01tl/helm/radarr-4k/values.yaml index 646a6c1c7..451028169 100644 --- a/clusters/cl01tl/helm/radarr-4k/values.yaml +++ b/clusters/cl01tl/helm/radarr-4k/values.yaml @@ -171,7 +171,7 @@ volsync-target-config: fsGroup: 1000 fsGroupChangePolicy: OnRootMismatch local: - enabled: false + enabled: true schedule: 10 11 * * * remote: enabled: false diff --git a/clusters/cl01tl/helm/radarr-anime/values.yaml b/clusters/cl01tl/helm/radarr-anime/values.yaml index 1f66c4dc8..527078df1 100644 --- a/clusters/cl01tl/helm/radarr-anime/values.yaml +++ b/clusters/cl01tl/helm/radarr-anime/values.yaml @@ -169,7 +169,7 @@ volsync-target-config: fsGroup: 1000 fsGroupChangePolicy: OnRootMismatch local: - enabled: false + enabled: true schedule: 12 11 * * * remote: enabled: false diff --git a/clusters/cl01tl/helm/radarr/values.yaml b/clusters/cl01tl/helm/radarr/values.yaml index ef7ca5843..b1fdb5913 100644 --- a/clusters/cl01tl/helm/radarr/values.yaml +++ b/clusters/cl01tl/helm/radarr/values.yaml @@ -171,7 +171,7 @@ volsync-target-config: fsGroup: 1000 fsGroupChangePolicy: OnRootMismatch local: - enabled: false + enabled: true schedule: 8 11 * * * remote: enabled: false