billions-honey-62634
kind: PersistentVolume apiVersion: v1 metadata: name: hostpath-pv spec: capacity: storage: 1Gi accessModes: - ReadWriteOnce reclaimPolicy: - Recycle hostPath: path: "/data"