From 2d28c744c68545bc9f41666210c38dfbfd0ac6c2 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 20 Apr 2024 11:14:27 +0200 Subject: [PATCH] Update values.yaml --- library/common/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/common/values.yaml b/library/common/values.yaml index 00a9ffe0..950a9a0f 100644 --- a/library/common/values.yaml +++ b/library/common/values.yaml @@ -43,8 +43,8 @@ global: initialDelaySeconds: 20 periodSeconds: 10 timeoutSeconds: 5 - failureThreshold: 3 - successThreshold: 1 + failureThreshold: 5 + successThreshold: 2 startup: initialDelaySeconds: 10 periodSeconds: 5