diff --git a/templates/traefik-keycloak.yaml b/templates/traefik-keycloak.yaml index e38a757..88862b7 100644 --- a/templates/traefik-keycloak.yaml +++ b/templates/traefik-keycloak.yaml @@ -18,6 +18,10 @@ http: services: keycloak: loadBalancer: + healthCheck: + path: /auth/realms/master + interval: "10s" + timeout: "3s" servers: - url: "http://sso1.itix.lab:8080" - url: "http://sso2.itix.lab:8080"