--- # Claim bound to the static mediafs PV. RWX so every app in the stack shares the # one library. storageClassName "" + volumeName pin it to the static PV (no # dynamic provisioning). Deleting this claim cannot reclaim the data (PV is # Retain). apiVersion: v1 kind: PersistentVolumeClaim metadata: name: media-library namespace: media-apps spec: accessModes: - ReadWriteMany storageClassName: "" volumeName: media-apps-media-library resources: requests: storage: 10Ti volumeMode: Filesystem