Fix storage class: cephfs-raid5-retain → cephfs-raid5-delete (cheeztv-config)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user