diff --git a/charts/sourcegraph/templates/searcher/searcher.StatefulSet.yaml b/charts/sourcegraph/templates/searcher/searcher.StatefulSet.yaml index 60bc6344..c18e71ee 100644 --- a/charts/sourcegraph/templates/searcher/searcher.StatefulSet.yaml +++ b/charts/sourcegraph/templates/searcher/searcher.StatefulSet.yaml @@ -99,8 +99,8 @@ spec: readinessProbe: failureThreshold: 3 httpGet: - path: /healthz - port: grpc + path: /ready + port: http-debug scheme: HTTP periodSeconds: 5 timeoutSeconds: 5