Skip to content

Commit 5feae79

Browse files
fontanierhHenry Fontanier
and
Henry Fontanier
authored
enh: add readiness probe on core k8s (#2640)
Co-authored-by: Henry Fontanier <henry@dust.tt>
1 parent cc45837 commit 5feae79

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

k8s/deployments/core-deployment.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ spec:
2424
imagePullPolicy: Always
2525
ports:
2626
- containerPort: 3001
27+
readinessProbe:
28+
httpGet:
29+
path: /
30+
port: 3001
31+
initialDelaySeconds: 5
32+
periodSeconds: 5
2733

2834
envFrom:
2935
- configMapRef:

0 commit comments

Comments
 (0)