Skip to content

Commit 92d18f5

Browse files
committed
Add liveness and readiness probes to values.yaml for root path health checks
1 parent 09c4b88 commit 92d18f5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

apps/crestem-ong-api/values.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ ingress:
1818
hosts:
1919
- api.crestem.ong
2020

21+
livenessProbe:
22+
httpGet:
23+
path: /
24+
port: http
25+
26+
readinessProbe:
27+
httpGet:
28+
path: /
29+
port: http
30+
2131
resources:
2232
requests:
2333
cpu: 10m

0 commit comments

Comments
 (0)