Add cheeztv kids Jellyfin instance + fafflix kids mounts #413

Merged
benvin merged 5 commits from benvin/cheeztv into main 2026-08-25 19:59:09 +10:00
Showing only changes of commit f272a1dccb - Show all commits
+2 -2
View File
@@ -1,7 +1,7 @@
---
# Jellyfin config: metadata images, plugins, subtitles and config XML. Shared
# ReadWriteMany across replicas (all pods read/write the same library metadata);
# the main library DB now lives in PostgreSQL, not here. Retain — this is state.
# the main library DB now lives in PostgreSQL, not here (on CephFS, raid5-delete).
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
@@ -13,5 +13,5 @@ spec:
resources:
requests:
storage: 20Gi
storageClassName: cephfs-raid5-retain
storageClassName: cephfs-raid5-delete
volumeMode: Filesystem