Skip to content

Commit

Permalink
fix cache dns query
Browse files Browse the repository at this point in the history
  • Loading branch information
klinch0 committed Nov 19, 2024
1 parent 93206e2 commit 044389e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/system/keycloak/templates/sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ spec:
- name: KC_HOSTNAME
value: https://keycloak.{{ $host }}
- name: JAVA_OPTS_APPEND
value: "-Djgroups.dns.query=keycloak-headless.keycloak.svc.cozy.local"
value: "-Djgroups.dns.query=keycloak-headless.cozy-keycloak.svc.cozy.local"
ports:
- name: http
containerPort: 8080
Expand Down

0 comments on commit 044389e

Please sign in to comment.