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

This commit is contained in:
2025-12-15 18:34:16 -06:00
parent 777f2c37b1
commit ce12aeb67d
3 changed files with 22 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ backrest:
protocol: TCP
persistence:
data:
forceRename: backrest-data
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 10Gi
@@ -45,6 +46,7 @@ backrest:
- path: /data
readOnly: false
config:
forceRename: backrest-config
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 1Gi
@@ -82,3 +84,7 @@ backrest:
main:
- path: /mnt/share
readOnly: true
volsync-target-data:
pvcTarget: backrest-data
volsync-target-config:
pvcTarget: backrest-config