Skip to content

Commit

Permalink
fix(local-setup): add JAVA_OPTS_APPEND environment variable for Keycl…
Browse files Browse the repository at this point in the history
…oak configuration

On-behalf-of: @SAP angel.kafazov@sap.com
Signed-off-by: Angel Kafazov <akafazov@cst-bg.net>
  • Loading branch information
akafazov authored and nexus49 committed Feb 9, 2025
1 parent 8ae797c commit 7f5b3fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions local-setup/kustomize/components/openmfp/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ spec:
existingSecret: ""
primary:
resourcesPreset: none
extraEnvVars:
- name: JAVA_OPTS_APPEND
value: |-
-Djgroups.dns.query=openmfp-keycloak-headless.openmfp-system.svc.cluster.local
-XX:UseSVE=0
keycloakConfig:
url: http://openmfp-keycloak.openmfp-system.svc.cluster.local/keycloak
Expand Down

0 comments on commit 7f5b3fc

Please sign in to comment.