From efb1019fd9881f316e0ee355cbafc26e3d146be2 Mon Sep 17 00:00:00 2001 From: Staffan Olsson Date: Mon, 26 Jun 2017 13:25:37 +0200 Subject: Forks can tweak storage classes, but here we want setup to be simple... and with the mix of PV and emptyDir there's no reason to make PVs faster than host disks. Use 10GB as it is the minimum for standard disks on GKE. --- zookeeper/50pzoo.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'zookeeper') diff --git a/zookeeper/50pzoo.yml b/zookeeper/50pzoo.yml index 993fd55..25e2ceb 100644 --- a/zookeeper/50pzoo.yml +++ b/zookeeper/50pzoo.yml @@ -61,10 +61,8 @@ spec: volumeClaimTemplates: - metadata: name: data - annotations: - volume.beta.kubernetes.io/storage-class: kafka-zookeeper spec: accessModes: [ "ReadWriteOnce" ] resources: requests: - storage: 1Gi + storage: 10Gi -- cgit v1.2.3