From 59ca8ee17108023b2c21b0dcb2a2958f4979c4b9 Mon Sep 17 00:00:00 2001 From: Pratik Date: Mon, 5 Apr 2021 12:10:26 +0530 Subject: [PATCH] undo readiness --- freeipa/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeipa/templates/deployment.yaml b/freeipa/templates/deployment.yaml index ceae722..0566f69 100644 --- a/freeipa/templates/deployment.yaml +++ b/freeipa/templates/deployment.yaml @@ -96,7 +96,7 @@ spec: readinessProbe: exec: command: [ "/usr/bin/systemctl", "status", "ipa" ] - initialDelaySeconds: 150 + initialDelaySeconds: 300 timeoutSeconds: 10 periodSeconds: 10 successThreshold: 1