--- # Media library, shared read-many across replicas. Retain — this holds the # actual media and must survive PVC deletion. Empty on first deploy; populating # it is out of scope for this app. apiVersion: v1 kind: PersistentVolumeClaim metadata: name: jellyfin-media namespace: jellyfin spec: accessModes: - ReadWriteMany resources: requests: storage: 1Ti storageClassName: cephfs-raid6-retain volumeMode: Filesystem