-
Notifications
You must be signed in to change notification settings - Fork 607
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: Probes internalPort requires HTTPS scheme
The new health enpoints used by the three probes (liveness, readiness and startup) are now served on a dedicated interface with its own port. The scheme of the interface only servers HTTP or HTTPS. If the main keycloak interface serves HTTPS, the internal management interface will also serve HTTPS, regardless if the main keycloak interface servers plain HTTP or not. It's therefore impossible for the probes to work with a plain HTTP scheme, if keycloak has HTTPS enabled. We therefore need a way to specify the scheme of the internalPort via helm values to be able to set a custom scheme for the probes. Signed-off-by: Nicolas Bigler <[email protected]>
- Loading branch information
Showing
3 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters