We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e14d6e commit f35310cCopy full SHA for f35310c
charts/sourcegraph/templates/qdrant/qdrant.StatefulSet.yaml
@@ -64,7 +64,7 @@ spec:
64
protocol: TCP
65
# TODO: use gRPC liveness/readiness probe once this PR lands: https://github.com/qdrant/qdrant/pull/2409
66
readinessProbe:
67
- failureThreshold: 3
+ failureThreshold: 30
68
httpGet:
69
scheme: HTTP
70
port: http
@@ -73,7 +73,7 @@ spec:
73
successThreshold: 1
74
timeoutSeconds: 1
75
livenessProbe:
76
77
78
79
0 commit comments