Skip to content

Commit

Permalink
use dynamic domain name
Browse files Browse the repository at this point in the history
  • Loading branch information
clauyan committed Nov 14, 2024
1 parent f95c902 commit bf871cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/dbildungs-iam-keycloak/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
readinessProbe: {{- omit .Values.readinessProbe "enabled" | toYaml | nindent 12 }}
env:
- name: JAVA_OPTS_APPEND
value: "-Djgroups.dns.query=dbildungs-iam-keycloak.spsh-1158-test-loadtest-drivers"
value: "-Djgroups.dns.query={{ template "common.names.name" . }}.{{ template "common.names.namespace" . }}"
- name: KEYCLOAK_ADMIN_PASSWORD
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit bf871cf

Please sign in to comment.