--- # Legacy mediafs filesystem root, statically bound to the arrstack-mediafs PV # for the upcoming mediamover tool. storageClassName "" + volumeName disables # dynamic provisioning and binds the pre-created static PV. apiVersion: v1 kind: PersistentVolumeClaim metadata: name: mediafs namespace: arrstack annotations: k8up.io/backup: "false" spec: accessModes: - ReadWriteMany resources: requests: storage: 10Ti storageClassName: "" volumeName: arrstack-mediafs volumeMode: Filesystem