fix(keycloak): use startupProbe
diff --git a/roles/keycloak/vars/main.yml b/roles/keycloak/vars/main.yml
index a97c474..0081962 100644
--- a/roles/keycloak/vars/main.yml
+++ b/roles/keycloak/vars/main.yml
@@ -59,12 +59,9 @@
enabled: false
production: true
proxy: edge
- # Note(okozachenko1203): It takes a bit long time for db migration with mysql vendor.
- readinessProbe:
- initialDelaySeconds: 60
- periodSeconds: 10
- timeoutSeconds: 1
- failureThreshold: 6
- successThreshold: 1
+ startupProbe:
+ enabled: true
+ initialDelaySeconds: 5
+ failureThreshold: 120
nodeSelector:
openstack-control-plane: enabled