Commit d939a46
We now expose the generated DNS name of the Keycloak headless-service
via the environment variable KEYCLOAK_SERVICE_DNS_NAME.
This eases the usage of custom jgroups configurations in custom
Keycloak images.
In order to avoid code duplication we introduced a new template function
called `serviceDnsName` accessible via `keycloak.serviceDnsName`.
Signed-off-by: Thomas Darimont <[email protected]>
1 parent 7dd21ca commit d939a46
File tree
3 files changed
+11
-2
lines changed- charts/keycloak
- templates
3 files changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
27 | 34 | | |
28 | 35 | | |
29 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
0 commit comments