-
Notifications
You must be signed in to change notification settings - Fork 609
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: Set scheme for probes and serviceMonitor (#784)
The new health endpoints used by the three probes (liveness, readiness and startup) as well as the metrics endpoint 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 or the serviceMonitor 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 and the serviceMonitor Signed-off-by: Nicolas Bigler <[email protected]>
- Loading branch information
Showing
4 changed files
with
10 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
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