From 31c533159185fc085df4c7bc35463068414ae937 Mon Sep 17 00:00:00 2001 From: mukesh-ctds <151806568+mukesh-ctds@users.noreply.github.com> Date: Mon, 2 Sep 2024 18:25:58 +0530 Subject: [PATCH] Added JAVA_OPTS as an env variable to allow additional customization by appending existing options (#179) * Added JAVA_OPTS as an env variable * Updated JAVA_OPTS --- helm/kaap-stack/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/kaap-stack/values.yaml b/helm/kaap-stack/values.yaml index 0e4490c3..5c69ed1a 100644 --- a/helm/kaap-stack/values.yaml +++ b/helm/kaap-stack/values.yaml @@ -397,3 +397,5 @@ bkvm: value: pulsar - name: BKVM_user.1.role value: Admin + - name: JAVA_OPTS + value: "-Xmx3g -Xms3g"