From fd740af6fb8fdd2802db2b133433e3f257d03f64 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 20 Apr 2024 11:23:37 +0200 Subject: [PATCH] Update values.yaml --- library/common/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/common/values.yaml b/library/common/values.yaml index 950a9a0f..e5d9fc98 100644 --- a/library/common/values.yaml +++ b/library/common/values.yaml @@ -34,14 +34,14 @@ global: # -- Default probe timeouts probeTimeouts: liveness: - initialDelaySeconds: 20 - periodSeconds: 15 + initialDelaySeconds: 10 + periodSeconds: 12 timeoutSeconds: 5 failureThreshold: 5 successThreshold: 1 readiness: - initialDelaySeconds: 20 - periodSeconds: 10 + initialDelaySeconds: 12 + periodSeconds: 15 timeoutSeconds: 5 failureThreshold: 5 successThreshold: 2