k3s/examples/persistent-volumes/volumes/local-01.yaml

12 lines
166 B
YAML

kind: PersistentVolume
apiVersion: v1beta3
metadata:
name: pv0001
labels:
type: local
spec:
capacity:
storage: 10Gi
hostPath:
path: "/tmp/data01"