feat: add specific volumes for media
Some checks failed
lint-test-helm / lint-helm (push) Successful in 10s
render-manifests-push / render-manifests-push (push) Failing after 19s
renovate / renovate (push) Has been cancelled

This commit is contained in:
2026-03-12 22:16:23 -05:00
parent ffae594719
commit b3b4d84dbb
3 changed files with 102 additions and 0 deletions

View File

@@ -114,6 +114,36 @@ audiobookshelf:
main:
- path: /metadata
readOnly: false
audiobooks-data:
forceRename: audiobookshelf-audiobooks
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 40Gi
retain: true
advancedMounts:
main:
main:
- path: /mnt/Audiobooks
readOnly: false
books-data:
forceRename: audiobookshelf-books
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 10Gi
retain: true
advancedMounts:
main:
main:
- path: /mnt/Books
readOnly: false
podcasts-data:
forceRename: audiobookshelf-podcasts
existingClaim: audiobookshelf-podcasts-nfs-storage
advancedMounts:
main:
main:
- path: /mnt/Podcasts
readOnly: false
audiobooks:
existingClaim: audiobookshelf-nfs-storage
advancedMounts:
@@ -143,3 +173,31 @@ volsync-target-metadata:
external:
enabled: true
schedule: 4 10 * * *
volsync-target-audiobooks:
pvcTarget: audiobookshelf-audiobooks
local:
enabled: true
schedule: 14 8 * * *
restic:
cacheCapacity: 10Gi
remote:
enabled: true
schedule: 14 9 * * *
restic:
cacheCapacity: 10Gi
external:
enabled: true
schedule: 14 10 * * *
restic:
cacheCapacity: 10Gi
volsync-target-books:
pvcTarget: audiobookshelf-books
local:
enabled: true
schedule: 14 8 * * *
remote:
enabled: true
schedule: 14 9 * * *
external:
enabled: true
schedule: 14 10 * * *