Add 'z2/pv.yaml'

This commit is contained in:
Ondrej Ladomirják 2022-04-17 17:27:09 +00:00
parent aa0799236b
commit e449b0375d

15
z2/pv.yaml Normal file
View File

@ -0,0 +1,15 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: pv-mongo
labels:
type: local
spec:
storageClassName: local
capacity:
storage: 500Mi
accessModes:
- ReadWriteMany
persistentVolumeReclaimPolicy: Delete
hostPath:
path: "/zkt22/z2/pv"