--- # Shared media tree, read-many across replicas. Statically bound to the # fafflix-mediastore PV (the CephFS subvolume also used by arrstack and # cheeztv). storageClassName "" + volumeName disables dynamic provisioning and # binds the pre-created static PV. apiVersion: v1 kind: PersistentVolumeClaim metadata: name: fafflix-mediastore namespace: fafflix annotations: # Exclude from the fafflix-config k8up Schedule (skipWithoutAnnotation is # false cluster-wide, so unannotated PVCs are swept in). Only fafflix-config # is backed up; the media library is not restic-backup material. k8up.io/backup: "false" spec: accessModes: - ReadWriteMany resources: requests: storage: 10Ti storageClassName: "" volumeName: fafflix-mediastore volumeMode: Filesystem