From cca118e9974a1fc353722ab2d732a74b6636d742 Mon Sep 17 00:00:00 2001 From: Pankaj Date: Fri, 2 Aug 2024 02:49:00 +0530 Subject: [PATCH] Update values.yaml --- scripts/test/values.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/scripts/test/values.yaml b/scripts/test/values.yaml index ed81866db..44fcfa83d 100644 --- a/scripts/test/values.yaml +++ b/scripts/test/values.yaml @@ -4,3 +4,15 @@ primary: timeoutSeconds: 5 periodSeconds: 10 successThreshold: 1 + readinessProbe: + enabled: true + initialDelaySeconds: 120 + periodSeconds: 10 + timeoutSeconds: 5 + successThreshold: 1 + startupProbe: + enabled: true + initialDelaySeconds: 120 + periodSeconds: 10 + timeoutSeconds: 5 + successThreshold: 1