--- # Whole media tree (/fafflix, /cheeztv, /nzbget) on one RWX filesystem, shared # across the sonarr/radarr/nzbget pods. Statically bound to the # arrstack-mediastore PV (the same CephFS subvolume fafflix and cheeztv mount). # storageClassName "" + volumeName disables dynamic provisioning and binds the # pre-created static PV. apiVersion: v1 kind: PersistentVolumeClaim metadata: name: mediastore namespace: arrstack annotations: k8up.io/backup: "false" spec: accessModes: - ReadWriteMany resources: requests: storage: 10Ti storageClassName: "" volumeName: arrstack-mediastore volumeMode: Filesystem