diff --git a/10pvc.yml b/10pvc.yml index 51de19c1..3efe4551 100644 --- a/10pvc.yml +++ b/10pvc.yml @@ -9,7 +9,7 @@ spec: - ReadWriteOnce resources: requests: - storage: 200Gi + storage: 100Mi selector: matchLabels: app: kafka @@ -25,7 +25,7 @@ spec: - ReadWriteOnce resources: requests: - storage: 200Gi + storage: 100Mi selector: matchLabels: app: kafka @@ -41,7 +41,7 @@ spec: - ReadWriteOnce resources: requests: - storage: 200Gi + storage: 100Mi selector: matchLabels: app: kafka diff --git a/README.md b/README.md index 492af465..d46605bf 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,6 @@ Alternatively create [PV](http://kubernetes.io/docs/user-guide/persistent-volume ``` ./bootstrap/pv.sh -kubectl create -f ./bootstrap/pvc.yml -# check that claims are bound -kubectl get pvc ``` ## Set up Zookeeper