add local
Some checks failed
lint-test-helm / lint-helm (push) Successful in 13s
render-manifests-push / render-manifests-push (push) Successful in 53s
renovate / renovate (push) Failing after 13m5s

This commit is contained in:
2025-12-27 18:36:14 -06:00
parent c896e4a32f
commit e4138a7994
4 changed files with 5 additions and 3 deletions

View File

@@ -213,7 +213,7 @@ volsync-target-config:
volsync-target-data:
pvcTarget: booklore-data
local:
enabled: false
enabled: true
schedule: 14 8 * * *
restic:
cacheCapacity: 10Gi

View File

@@ -267,7 +267,7 @@ volsync-target-storage:
fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch
local:
enabled: false
enabled: true
schedule: 0 0 0 * * *
restic:
pruneIntervalDays: 3

View File

@@ -233,7 +233,7 @@ redis-replication:
volsync-target-data:
pvcTarget: immich
local:
enabled: false
enabled: true
schedule: 28 8 * * *
restic:
cacheCapacity: 10Gi

View File

@@ -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 * * *