mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-24 12:20:47 -08:00
Update deployment.yml
This commit is contained in:
parent
22a7acbaf6
commit
83fc844e8e
|
@ -30,6 +30,9 @@ spec:
|
||||||
command:
|
command:
|
||||||
- node
|
- node
|
||||||
- extra/healthcheck.js
|
- extra/healthcheck.js
|
||||||
|
initialDelaySeconds: 180
|
||||||
|
periodSeconds: 60
|
||||||
|
timeoutSeconds: 30
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
|
|
Loading…
Reference in a new issue