Skip to content

Commit f35310c

Browse files
authored
bump threshold for qdrant liveness (#354)
1 parent 0e14d6e commit f35310c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/sourcegraph/templates/qdrant/qdrant.StatefulSet.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
protocol: TCP
6565
# TODO: use gRPC liveness/readiness probe once this PR lands: https://github.com/qdrant/qdrant/pull/2409
6666
readinessProbe:
67-
failureThreshold: 3
67+
failureThreshold: 30
6868
httpGet:
6969
scheme: HTTP
7070
port: http
@@ -73,7 +73,7 @@ spec:
7373
successThreshold: 1
7474
timeoutSeconds: 1
7575
livenessProbe:
76-
failureThreshold: 3
76+
failureThreshold: 30
7777
httpGet:
7878
scheme: HTTP
7979
port: http

0 commit comments

Comments
 (0)