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