From 3cc33172d93af4266ba372e7fb7d83f9437520ac Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Tue, 5 Jan 2021 13:51:28 -0500 Subject: [PATCH] Add extra time to initial probe delay (#440) --- templates/injector-deployment.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/injector-deployment.yaml b/templates/injector-deployment.yaml index a227902..f5d8fc2 100644 --- a/templates/injector-deployment.yaml +++ b/templates/injector-deployment.yaml @@ -106,7 +106,7 @@ spec: port: 8080 scheme: HTTPS failureThreshold: 2 - initialDelaySeconds: 1 + initialDelaySeconds: 5 periodSeconds: 2 successThreshold: 1 timeoutSeconds: 5 @@ -116,7 +116,7 @@ spec: port: 8080 scheme: HTTPS failureThreshold: 2 - initialDelaySeconds: 2 + initialDelaySeconds: 5 periodSeconds: 2 successThreshold: 1 timeoutSeconds: 5 @@ -134,7 +134,7 @@ spec: port: 4040 scheme: HTTP failureThreshold: 2 - initialDelaySeconds: 1 + initialDelaySeconds: 5 periodSeconds: 2 successThreshold: 1 timeoutSeconds: 5 @@ -144,7 +144,7 @@ spec: port: 4040 scheme: HTTP failureThreshold: 2 - initialDelaySeconds: 2 + initialDelaySeconds: 5 periodSeconds: 2 successThreshold: 1 timeoutSeconds: 5