From f285ff822f169b9e5628a33ee2fcb98ed4ce2a49 Mon Sep 17 00:00:00 2001 From: Francisco Cardoso Date: Fri, 16 Dec 2022 09:33:57 -0300 Subject: [PATCH] 1s readiness - backpressure --- helm/values-dev.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 917221e..e6a9c79 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -15,10 +15,10 @@ service: successThreshold: 1 readiness: initialDelaySeconds: 15 - periodSeconds: 12 - timeoutSeconds: 10 - failureThreshold: 10 - successThreshold: 1 + periodSeconds: 1 + timeoutSeconds: 1 + failureThreshold: 1 + successThreshold: 3 additionalResourceTags: Environment: dev annotations: