move volsync to chart

This commit is contained in:
2025-12-17 13:29:09 -06:00
parent 0f11d6ed6b
commit 9c080b9407
5 changed files with 22 additions and 166 deletions

View File

@@ -95,6 +95,7 @@ tdarr:
protocol: HTTP
persistence:
config:
forceRename: tdarr-config
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 50Gi
@@ -105,6 +106,7 @@ tdarr:
- path: /app/configs
readOnly: false
server:
forceRename: tdarr-server
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 50Gi
@@ -154,3 +156,7 @@ tdarr-exporter:
requests:
cpu: 10m
memory: 256Mi
volsync-target-config:
pvcTarget: tdarr-config
volsync-target-server:
pvcTarget: tdarr-server