Skip to content

Commit

Permalink
bump threshold for qdrant liveness (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
camdencheek authored Sep 27, 2023
1 parent 0e14d6e commit f35310c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/sourcegraph/templates/qdrant/qdrant.StatefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -73,7 +73,7 @@ spec:
successThreshold: 1
timeoutSeconds: 1
livenessProbe:
failureThreshold: 3
failureThreshold: 30
httpGet:
scheme: HTTP
port: http
Expand Down

0 comments on commit f35310c

Please sign in to comment.