From 9cfca159b3df260d60aaf113bef0f5c55e52239a Mon Sep 17 00:00:00 2001 From: jenkins Date: Fri, 12 Jun 2026 02:43:03 -0300 Subject: [PATCH] Give Keycloak provider augmentation more startup grace --- services/keycloak/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/keycloak/deployment.yaml b/services/keycloak/deployment.yaml index 804c72f4..a405c738 100644 --- a/services/keycloak/deployment.yaml +++ b/services/keycloak/deployment.yaml @@ -142,7 +142,7 @@ spec: httpGet: path: /health/live port: 9000 - initialDelaySeconds: 60 + initialDelaySeconds: 600 periodSeconds: 15 failureThreshold: 6 volumeMounts: