Skip to content

Commit 1fcbfbd

Browse files
committed
Low memory limits for zookeeper too,
same argument as stated in the 50kafka.yml manifest
1 parent d088b25 commit 1fcbfbd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

zookeeper/50pzoo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ spec:
5151
requests:
5252
cpu: 10m
5353
memory: 100Mi
54+
limits:
55+
memory: 100Mi
5456
readinessProbe:
5557
exec:
5658
command:

zookeeper/51zoo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ spec:
5454
requests:
5555
cpu: 10m
5656
memory: 100Mi
57+
limits:
58+
memory: 100Mi
5759
readinessProbe:
5860
exec:
5961
command:

0 commit comments

Comments
 (0)