From 77c30daefd6adf2ebc25c9d06951cb79a149332c Mon Sep 17 00:00:00 2001 From: Pratik Date: Mon, 5 Apr 2021 11:49:34 +0530 Subject: [PATCH] change rediness prob to 150 --- freeipa/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freeipa/templates/deployment.yaml b/freeipa/templates/deployment.yaml index a1ed557..ceae722 100644 --- a/freeipa/templates/deployment.yaml +++ b/freeipa/templates/deployment.yaml @@ -96,11 +96,11 @@ spec: readinessProbe: exec: command: [ "/usr/bin/systemctl", "status", "ipa" ] - initialDelaySeconds: 300 + initialDelaySeconds: 150 timeoutSeconds: 10 periodSeconds: 10 successThreshold: 1 - failureThreshold: 3 + failureThreshold: 3 # livenessProbe: # httpGet: # path: /