Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions 10pvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 200Gi
storage: 100Mi
selector:
matchLabels:
app: kafka
Expand All @@ -25,7 +25,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 200Gi
storage: 100Mi
selector:
matchLabels:
app: kafka
Expand All @@ -41,7 +41,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 200Gi
storage: 100Mi
selector:
matchLabels:
app: kafka
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down