mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-08 23:24:29 -07:00
keycloak_quarkus: Add http_management_port and http_management_relative_path options
RHBK v26 exposes health endpoints and metrics on this port moving forward. Note that the scheme of the MGMT interface is defined by the overall keycloak configuration: if https is enabled and configured, th MGMT interface is exposed via https and NOT via http; this might be breaking some configured load balancer health checks
This commit is contained in:
parent
213449ec58
commit
d0f19b59dc
6 changed files with 44 additions and 5 deletions
|
@ -36,6 +36,7 @@ keycloak_quarkus_bind_address: 0.0.0.0
|
|||
keycloak_quarkus_http_enabled: true
|
||||
keycloak_quarkus_http_port: 8080
|
||||
keycloak_quarkus_https_port: 8443
|
||||
keycloak_quarkus_http_management_port: 9000
|
||||
keycloak_quarkus_ajp_port: 8009
|
||||
keycloak_quarkus_jgroups_port: 7800
|
||||
keycloak_quarkus_java_heap_opts: "-Xms1024m -Xmx2048m"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue