mirror of
https://github.com/thejimnicholson/uptime-kuma-k8s.git
synced 2025-12-06 03:30:44 +00:00
Better checks
This commit is contained in:
parent
2b7126de83
commit
94f48922ad
@ -37,18 +37,19 @@ spec:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 100Mi
|
memory: 100Mi
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
tcpSocket:
|
exec:
|
||||||
port: 3001
|
command:
|
||||||
initialDelaySeconds: 5
|
- node
|
||||||
timeoutSeconds: 5
|
- extra/healthcheck.js
|
||||||
|
initialDelaySeconds: 180
|
||||||
|
timeoutSeconds: 30
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
failureThreshold: 3
|
periodSeconds: 60
|
||||||
periodSeconds: 10
|
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
port: 3001
|
port: 3001
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 180
|
||||||
timeoutSeconds: 2
|
timeoutSeconds: 2
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user