keycloak-documentation
keycloak-documentation copied to clipboard
KeyCloak Operator uses DNS_PING, not JDBC_PING.
Describe the bug
server_installation/topics/operator/keycloak-cr.adoc says:
keycloak-discovery Service - Performs JDBC_PING discovery
But it seems that the operator implementation uses DNS_PING, not JDBC_PING.
Source code: https://github.com/keycloak/keycloak-operator/blob/main/pkg/model/keycloak_deployment.go
Version
16.1.0
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Anything else?
No response