aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStaffan Olsson <staffan@repos.se>2016-10-25 12:55:05 +0200
committerStaffan Olsson <staffan@repos.se>2016-11-09 15:14:21 +0100
commit7fb5509858f1cbeec830b29f898794715250af19 (patch)
tree33d82fe881aa1b8cf34c78079be3434e44855007
parent7a30e268c44d4f54aa0486dc301d62da2f1c2e6b (diff)
downloadkubernetes-kafka-7fb5509858f1cbeec830b29f898794715250af19.tar.gz
kubernetes-kafka-7fb5509858f1cbeec830b29f898794715250af19.tar.bz2
kubernetes-kafka-7fb5509858f1cbeec830b29f898794715250af19.zip
200GB disks until (if ever) resize gets easier - see http://stackoverflow.com/questions/39786921/resize-a-gkepersistentdisk-pod-volume-after-gcloud-compute-disks-resize
-rw-r--r--bootstrap/pv-template.yml6
-rw-r--r--bootstrap/pvc.yml6
2 files changed, 6 insertions, 6 deletions
diff --git a/bootstrap/pv-template.yml b/bootstrap/pv-template.yml
index 73b4f99..f25247f 100644
--- a/bootstrap/pv-template.yml
+++ b/bootstrap/pv-template.yml
@@ -10,7 +10,7 @@ spec:
accessModes:
- ReadWriteOnce
capacity:
- storage: 100Mi
+ storage: 200Gi
hostPath:
path: /tmp/k8s-data/datadir-kafka-0
---
@@ -25,7 +25,7 @@ spec:
accessModes:
- ReadWriteOnce
capacity:
- storage: 100Mi
+ storage: 200Gi
hostPath:
path: /tmp/k8s-data/datadir-kafka-1
---
@@ -40,6 +40,6 @@ spec:
accessModes:
- ReadWriteOnce
capacity:
- storage: 100Mi
+ storage: 200Gi
hostPath:
path: /tmp/k8s-data/datadir-kafka-2
diff --git a/bootstrap/pvc.yml b/bootstrap/pvc.yml
index 9729060..cecd3f2 100644
--- a/bootstrap/pvc.yml
+++ b/bootstrap/pvc.yml
@@ -9,7 +9,7 @@ spec:
- ReadWriteOnce
resources:
requests:
- storage: 100Mi
+ storage: 200Gi
selector:
matchLabels:
app: kafka
@@ -25,7 +25,7 @@ spec:
- ReadWriteOnce
resources:
requests:
- storage: 100Mi
+ storage: 200Gi
selector:
matchLabels:
app: kafka
@@ -41,7 +41,7 @@ spec:
- ReadWriteOnce
resources:
requests:
- storage: 100Mi
+ storage: 200Gi
selector:
matchLabels:
app: kafka