From 3bc821b085281e5563be20221583870746e07ad8 Mon Sep 17 00:00:00 2001 From: Staffan Olsson Date: Tue, 27 Jun 2017 08:31:04 +0200 Subject: Adds tentative resource requests, based on what idle pods use (though this includes monitoring) --- zookeeper/51zoo.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'zookeeper/51zoo.yml') diff --git a/zookeeper/51zoo.yml b/zookeeper/51zoo.yml index f041a9a..caa13d6 100644 --- a/zookeeper/51zoo.yml +++ b/zookeeper/51zoo.yml @@ -49,6 +49,10 @@ spec: name: peer - containerPort: 3888 name: leader-election + resources: + requests: + cpu: 10m + memory: 120Mi volumeMounts: - name: config mountPath: /usr/local/kafka/config -- cgit v1.2.3