Create zoo_pv.yml

This commit is contained in:
uckingleaf
2019-04-03 23:39:16 +02:00
committed by GitHub
parent e1f94a7999
commit d835e7da33

13
deploy/zoo_pv.yml Normal file
View File

@ -0,0 +1,13 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: zookeeper
labels:
kubeless: zookeeper
spec:
accessModes:
- ReadWriteOnce
capacity:
storage: 1Gi
hostPath:
path: "/root/paprika-z/"