move volsync to chart
All checks were successful
lint-test-helm / lint-helm (push) Successful in 12s
render-manifests-push / render-manifests-push (push) Successful in 28s
renovate / renovate (push) Successful in 2m12s

This commit is contained in:
2025-12-17 11:29:03 -06:00
parent e135f87ef5
commit 6f43520c94
5 changed files with 15 additions and 87 deletions

View File

@@ -227,6 +227,7 @@ ollama:
- path: /root/.ollama
readOnly: false
web-data:
forceRename: ollama-web-data
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 5Gi
@@ -292,3 +293,8 @@ postgres-18-cluster:
# immediate: true
# schedule: "0 0 4 * * SAT"
# backupName: garage-remote
volsync-target-data:
pvcTarget: ollama-web-data
moverSecurityContext:
runAsUser: 1337
runAsGroup: 1337