Fix storage class: cephfs-raid5-retain → cephfs-raid5-delete (cheeztv-config)
ci/woodpecker/pr/vector-test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

This commit is contained in:
2026-08-24 22:42:40 +10:00
parent b4f3491b18
commit f272a1dccb
+2 -2
View File
@@ -1,7 +1,7 @@
--- ---
# Jellyfin config: metadata images, plugins, subtitles and config XML. Shared # Jellyfin config: metadata images, plugins, subtitles and config XML. Shared
# ReadWriteMany across replicas (all pods read/write the same library metadata); # 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 apiVersion: v1
kind: PersistentVolumeClaim kind: PersistentVolumeClaim
metadata: metadata:
@@ -13,5 +13,5 @@ spec:
resources: resources:
requests: requests:
storage: 20Gi storage: 20Gi
storageClassName: cephfs-raid5-retain storageClassName: cephfs-raid5-delete
volumeMode: Filesystem volumeMode: Filesystem