move volsync to chart
Some checks failed
lint-test-helm / lint-helm (push) Successful in 8s
render-manifests-push / render-manifests-push (push) Successful in 36s
renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-12-17 11:32:45 -06:00
parent 6f43520c94
commit a1d73da0a1
5 changed files with 22 additions and 168 deletions

View File

@@ -83,6 +83,7 @@ postiz:
protocol: HTTP
persistence:
config:
forceRename: postiz-config
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 2Gi
@@ -93,6 +94,7 @@ postiz:
- path: /config
readOnly: false
uploads:
forceRename: postiz-uploads
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 10Gi
@@ -169,3 +171,7 @@ redis-replication:
redisSentinel:
enabled: true
clusterSize: 3
volsync-target-config:
pvcTarget: postiz-config
volsync-target-upload:
pvcTarget: postiz-uploads