mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-06 06:04:32 -07:00
feat(HA): Change default ispn discovery mechanism to JDBCPING as per v26.2.* (#282)
This commit is contained in:
parent
f8c75de5d5
commit
8f95bcb9e6
3 changed files with 15 additions and 3 deletions
|
@ -70,7 +70,7 @@ keycloak_quarkus_config_key_store_password: ''
|
|||
|
||||
### Enable configuration for database backend, clustering and remote caches on infinispan
|
||||
keycloak_quarkus_ha_enabled: false
|
||||
keycloak_quarkus_ha_discovery: "TCPPING"
|
||||
keycloak_quarkus_ha_discovery: "JDBCPING"
|
||||
### Enable database configuration, must be enabled when HA is configured
|
||||
keycloak_quarkus_db_enabled: "{{ keycloak_quarkus_ha_enabled }}"
|
||||
keycloak_quarkus_systemd_wait_for_port: "{{ keycloak_quarkus_ha_enabled }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue