diff --git a/chart/templates/deployment/_workflow.yaml b/chart/templates/deployment/_workflow.yaml index c0f501e..3bcb455 100644 --- a/chart/templates/deployment/_workflow.yaml +++ b/chart/templates/deployment/_workflow.yaml @@ -108,8 +108,9 @@ spec: httpGet: path: /status port: http - failureThreshold: 3 - initialDelaySeconds: 5 + # Matches the icc probe timings. + failureThreshold: 5 + initialDelaySeconds: 40 periodSeconds: 10 successThreshold: 1 timeoutSeconds: 1 @@ -117,8 +118,8 @@ spec: httpGet: path: /status port: http - failureThreshold: 3 - initialDelaySeconds: 5 + failureThreshold: 5 + initialDelaySeconds: 40 periodSeconds: 10 successThreshold: 1 timeoutSeconds: 1