diff --git a/deploy/mandatory.yaml b/deploy/mandatory.yaml index 5b65caa7c..7884ceca9 100644 --- a/deploy/mandatory.yaml +++ b/deploy/mandatory.yaml @@ -251,7 +251,7 @@ spec: initialDelaySeconds: 10 periodSeconds: 10 successThreshold: 1 - timeoutSeconds: 1 + timeoutSeconds: 10 readinessProbe: failureThreshold: 3 httpGet: @@ -260,6 +260,6 @@ spec: scheme: HTTP periodSeconds: 10 successThreshold: 1 - timeoutSeconds: 1 + timeoutSeconds: 10 --- diff --git a/deploy/with-rbac.yaml b/deploy/with-rbac.yaml index 0a705d147..3418f54d4 100644 --- a/deploy/with-rbac.yaml +++ b/deploy/with-rbac.yaml @@ -64,7 +64,7 @@ spec: initialDelaySeconds: 10 periodSeconds: 10 successThreshold: 1 - timeoutSeconds: 1 + timeoutSeconds: 10 readinessProbe: failureThreshold: 3 httpGet: @@ -73,7 +73,7 @@ spec: scheme: HTTP periodSeconds: 10 successThreshold: 1 - timeoutSeconds: 1 + timeoutSeconds: 10 ---