deploy: add liveness and readiness probes
This commit is contained in:
parent
d0cdb6b029
commit
a6a41eeec5
|
@ -39,6 +39,14 @@ spec:
|
|||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
port: http
|
||||
path: /
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
port: http
|
||||
path: /
|
||||
resources:
|
||||
limits:
|
||||
cpu: 1000m
|
||||
|
|
Loading…
Reference in New Issue