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/50pzoo.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'zookeeper/50pzoo.yml') diff --git a/zookeeper/50pzoo.yml b/zookeeper/50pzoo.yml index 25e2ceb..db99207 100644 --- a/zookeeper/50pzoo.yml +++ b/zookeeper/50pzoo.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