Skip to content

Commit 09c4b88

Browse files
committed
Add liveness and readiness probes to values.yaml for improved health checks
1 parent 47ce1ad commit 09c4b88

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

apps/code-for-map-api/values.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ ingress:
2121
service:
2222
port: 1337
2323

24+
livenessProbe:
25+
httpGet:
26+
path: /
27+
port: http
28+
29+
readinessProbe:
30+
httpGet:
31+
path: /
32+
port: http
33+
2434
resources:
2535
requests:
2636
cpu: 10m

0 commit comments

Comments
 (0)