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 4b92ae7 commit 6e9c7d0Copy full SHA for 6e9c7d0
base/sourcegraph/gitserver/gitserver.StatefulSet.yaml
@@ -37,6 +37,14 @@ spec:
37
value: http://$(OTEL_AGENT_HOST):4317
38
image: index.docker.io/sourcegraph/gitserver:6.0.0@sha256:aec9bf6993c243a283109104cd7c44be3c85680b77e3e8be0c5fba8f01a3bd35
39
terminationMessagePolicy: FallbackToLogsOnError
40
+ # Temporary: when migrating from repo names to repo IDs on disk,
41
+ # gitserver can take a little while to start up. To avoid killing the
42
+ # pod because of a failed liveness probe, we give it 2 minutes to start up.
43
+ startupProbe:
44
+ tcpSocket:
45
+ port: rpc
46
+ failureThreshold: 120
47
+ periodSeconds: 1
48
livenessProbe:
49
initialDelaySeconds: 5
50
tcpSocket:
0 commit comments