Skip to content

Commit

Permalink
Added JAVA_OPTS as an env variable to allow additional customization …
Browse files Browse the repository at this point in the history
…by appending existing options (#179)

* Added JAVA_OPTS as an env variable

* Updated JAVA_OPTS
  • Loading branch information
mukesh-ctds authored Sep 2, 2024
1 parent f826f8f commit 31c5331
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/kaap-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -397,3 +397,5 @@ bkvm:
value: pulsar
- name: BKVM_user.1.role
value: Admin
- name: JAVA_OPTS
value: "-Xmx3g -Xms3g"

0 comments on commit 31c5331

Please sign in to comment.