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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

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/"