From 440efd1b5d3dcf4275b3667177c4385d582807c5 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Mon, 30 May 2022 17:28:19 +0200 Subject: [PATCH] chore(helm): increase health check timeout Signed-off-by: rjshrjndrn --- scripts/helmcharts/openreplay/charts/chalice/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/helmcharts/openreplay/charts/chalice/values.yaml b/scripts/helmcharts/openreplay/charts/chalice/values.yaml index f1c177718..e9ba4f52b 100644 --- a/scripts/helmcharts/openreplay/charts/chalice/values.yaml +++ b/scripts/helmcharts/openreplay/charts/chalice/values.yaml @@ -118,4 +118,5 @@ healthCheck: path: / port: 8000 initialDelaySeconds: 100 - periodSeconds: 3 + periodSeconds: 15 + timeoutSeconds: 10