From 2d661603fdd6133c145fb300f562633ff0cedda3 Mon Sep 17 00:00:00 2001 From: Dan Allan Date: Thu, 5 Sep 2024 12:01:09 -0400 Subject: [PATCH] Try a more generous initial delay. --- canary-validator.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/canary-validator.yml b/canary-validator.yml index 60c2f0126..bc1f35ad3 100644 --- a/canary-validator.yml +++ b/canary-validator.yml @@ -23,7 +23,7 @@ checks: httpGet: path: / port: 8000 - initialDelaySeconds: 5 + initialDelaySeconds: 15 timeoutSeconds: 10 failureThreshold: 3 - name: http @@ -32,7 +32,7 @@ checks: httpGet: path: /api/v1 port: 8000 - initialDelaySeconds: 5 + initialDelaySeconds: 15 timeoutSeconds: 10 failureThreshold: 3 - name: http @@ -41,7 +41,7 @@ checks: httpGet: path: /api/v1 port: 8000 - initialDelaySeconds: 5 + initialDelaySeconds: 15 timeoutSeconds: 10 failureThreshold: 3 httpHeaders: @@ -53,7 +53,7 @@ checks: httpGet: path: /ui/browse port: 8000 - initialDelaySeconds: 5 + initialDelaySeconds: 15 timeoutSeconds: 10 failureThreshold: 3 httpHeaders: