move volsync to chart
Some checks failed
render-manifests-push / render-manifests-push (push) Failing after 3s
lint-test-helm / lint-helm (push) Successful in 10s
renovate / renovate (push) Successful in 53s

This commit is contained in:
2025-12-15 22:09:54 -06:00
parent 902b7f269c
commit 8948cd4c25
2 changed files with 14 additions and 0 deletions

View File

@@ -18,5 +18,9 @@ dependencies:
alias: garage
repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.5.0
- name: volsync-target
alias: volsync-target-db
version: 0.5.0
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png
appVersion: v2.1.0

View File

@@ -123,6 +123,7 @@ garage:
mountPropagation: None
subPath: garage.toml
db:
forceRename: garage-db
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 50Gi
@@ -152,3 +153,12 @@ garage:
main:
- path: /var/lib/garage/snapshots
readOnly: false
volsync-target-db:
pvcTarget: garage-db
local:
enabled: false
remote:
restic:
cacheCapacity: 10Gi
external:
enabled: false