Skip to content

Commit a6a41ee

Browse files
committed
deploy: add liveness and readiness probes
1 parent d0cdb6b commit a6a41ee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config/manager/deployment.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ spec:
3939
valueFrom:
4040
fieldRef:
4141
fieldPath: metadata.namespace
42+
livenessProbe:
43+
httpGet:
44+
port: http
45+
path: /
46+
readinessProbe:
47+
httpGet:
48+
port: http
49+
path: /
4250
resources:
4351
limits:
4452
cpu: 1000m

0 commit comments

Comments
 (0)