From f35310caa4d7514f892f7e7c1a6f753ca6b2918b Mon Sep 17 00:00:00 2001 From: Camden Cheek Date: Wed, 27 Sep 2023 15:06:16 -0500 Subject: [PATCH] bump threshold for qdrant liveness (#354) --- charts/sourcegraph/templates/qdrant/qdrant.StatefulSet.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/sourcegraph/templates/qdrant/qdrant.StatefulSet.yaml b/charts/sourcegraph/templates/qdrant/qdrant.StatefulSet.yaml index 6754facf..9cf3ff49 100644 --- a/charts/sourcegraph/templates/qdrant/qdrant.StatefulSet.yaml +++ b/charts/sourcegraph/templates/qdrant/qdrant.StatefulSet.yaml @@ -64,7 +64,7 @@ spec: protocol: TCP # TODO: use gRPC liveness/readiness probe once this PR lands: https://github.com/qdrant/qdrant/pull/2409 readinessProbe: - failureThreshold: 3 + failureThreshold: 30 httpGet: scheme: HTTP port: http @@ -73,7 +73,7 @@ spec: successThreshold: 1 timeoutSeconds: 1 livenessProbe: - failureThreshold: 3 + failureThreshold: 30 httpGet: scheme: HTTP port: http