Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 04dd204

Browse files
author
Stephen Gutekanst
authored
codeinsights-db: remove liveness/readiness probes (#1859)
These scripts do not exist in the base image (I based the YAML on codeinsights-db, where it turns out bakes these scripts into the postgres image we ship.) I will need to revisit adding these, for now removing so it does not produce broken deployments. Signed-off-by: Stephen Gutekanst <stephen@sourcegraph.com>
1 parent 33b93b3 commit 04dd204

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

base/codeinsights-db/codeinsights-db.Deployment.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,6 @@ spec:
3131
- name: POSTGRES_PASSWORD # Accessible by Sourcegraph applications on the network only, so password auth is not used.
3232
value: password
3333
terminationMessagePolicy: FallbackToLogsOnError
34-
readinessProbe:
35-
exec:
36-
command:
37-
- /ready.sh
38-
livenessProbe:
39-
initialDelaySeconds: 15
40-
exec:
41-
command:
42-
- /liveness.sh
4334
ports:
4435
- containerPort: 5432
4536
name: timescaledb

0 commit comments

Comments
 (0)