diff --git a/z2/pv.yaml b/z2/pv.yaml new file mode 100644 index 0000000..91b4cbb --- /dev/null +++ b/z2/pv.yaml @@ -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" \ No newline at end of file