From 230e497cb39cd20cd5c85f2641a15269e481d04e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@jku.at>
Date: Thu, 11 Apr 2024 08:41:24 +0200
Subject: [PATCH] Unset restrictions in Kafka JVM options

---
 helm/values.yaml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/helm/values.yaml b/helm/values.yaml
index 7f2cb4ce..22eda250 100644
--- a/helm/values.yaml
+++ b/helm/values.yaml
@@ -43,9 +43,6 @@ strimzi:
       "auto.create.topics.enable": false
       "log.retention.ms": "7200000" # 2h
       "metrics.sample.window.ms": "5000" #5s
-    jvmOptions:
-      "-Xmx": "512M"
-      "-Xms": "512M"
     storage:
       type: ephemeral
     nodeSelectorTerms: []
-- 
GitLab