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

12 lines
165 B
YAML

kind: PersistentVolume
apiVersion: v1beta3
metadata:
name: pv0002
labels:
type: local
spec:
capacity:
storage: 5Gi
hostPath:
path: "/tmp/data02"