From 7baf31da11cad1f70343c7381797ec4583bbe198 Mon Sep 17 00:00:00 2001 From: Florian Amsallem Date: Fri, 25 Oct 2024 11:20:03 +0200 Subject: [PATCH] values: fix liveness timeouts Signed-off-by: Florian Amsallem --- values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/values.yaml b/values.yaml index 43b4f04..eabe2db 100644 --- a/values.yaml +++ b/values.yaml @@ -43,8 +43,8 @@ services: livenessProbe: disabled: false initialDelaySeconds: 5 - periodSeconds: 60 - timeoutSeconds: 20 + periodSeconds: 10 + timeoutSeconds: 3 readinessProbe: disabled: false config: @@ -144,7 +144,7 @@ services: disabled: false initialDelaySeconds: 0 periodSeconds: 10 - timeoutSeconds: 1 + timeoutSeconds: 3 readinessProbe: disabled: false hpa: @@ -174,7 +174,7 @@ services: disabled: false initialDelaySeconds: 0 periodSeconds: 10 - timeoutSeconds: 1 + timeoutSeconds: 3 readinessProbe: disabled: false annotations: {}