Add liveness probe
This commit is contained in:
parent
ae20830cda
commit
f8b05bf760
@ -29,3 +29,9 @@ spec:
|
|||||||
name: toy-session-secret
|
name: toy-session-secret
|
||||||
key: toy-session-secret
|
key: toy-session-secret
|
||||||
optional: true
|
optional: true
|
||||||
|
livenessProbe:
|
||||||
|
httpGet:
|
||||||
|
path: /livez
|
||||||
|
port: 4567
|
||||||
|
initialDelaySeconds: 3
|
||||||
|
periodSeconds: 3
|
||||||
|
Loading…
Reference in New Issue
Block a user