Update memory limits and heapOpts for kafka
Change-Id: I0212d1b2c6b7dab3e7ce30227cba50361d1bb346
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/installers/helm/osm/values.yaml b/installers/helm/osm/values.yaml
index 1a02c5a..695b224 100644
--- a/installers/helm/osm/values.yaml
+++ b/installers/helm/osm/values.yaml
@@ -208,6 +208,10 @@
replicaCount: 1
controller:
replicaCount: 1
+ resources:
+ limits:
+ memory: 1024Mi
+ heapOpts: -Xmx768m -Xms768m
extraConfigYaml:
default.replication.factor: 1
offsets.topic.replication.factor: 1