Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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