--- # Prowlarr /config. RWX on CephFS so all replicas share it (the -unkin2 fork # keeps the database in Postgres; /config now holds only config.xml + assets, # which tolerate — and want — shared access). Retain: this is state. apiVersion: v1 kind: PersistentVolumeClaim metadata: name: prowlarr-config namespace: arrstack spec: accessModes: - ReadWriteMany resources: requests: storage: 5Gi storageClassName: cephfs-raid5-retain volumeMode: Filesystem