apiVersion: v1 kind: PersistentVolume metadata: name: docker-registry-pv spec: capacity: storage: 5Gi volumeMode: Filesystem accessModes: - ReadWriteOnce persistentVolumeReclaimPolicy: Retain hostPath: path: /data/nfs/k3svolumes/registry type: Directory