Skip to content
Snippets Groups Projects
Commit 2c32fdb2 authored by garciadeblas's avatar garciadeblas
Browse files

Update memory limits and heapOpts for kafka


Change-Id: I0212d1b2c6b7dab3e7ce30227cba50361d1bb346
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent d5a195cb
No related branches found
No related tags found
No related merge requests found
......@@ -208,6 +208,10 @@ kafka:
replicaCount: 1
controller:
replicaCount: 1
resources:
limits:
memory: 1024Mi
heapOpts: -Xmx768m -Xms768m
extraConfigYaml:
default.replication.factor: 1
offsets.topic.replication.factor: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment