Add liveness probe
All checks were successful
Gitea Actions Demo / lint (push) Successful in 1m19s
Gitea Actions Demo / test (push) Successful in 1m16s
Gitea Actions Demo / release-image (push) Successful in 1m2s

This commit is contained in:
Ryan Cavicchioni 2024-07-27 16:17:41 -05:00
parent ae20830cda
commit f8b05bf760
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -29,3 +29,9 @@ spec:
name: toy-session-secret
key: toy-session-secret
optional: true
livenessProbe:
httpGet:
path: /livez
port: 4567
initialDelaySeconds: 3
periodSeconds: 3