add health probe
This commit is contained in:
@@ -78,6 +78,20 @@ qbittorrent:
|
|||||||
add:
|
add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
- SYS_MODULE
|
- SYS_MODULE
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
enabled: true
|
||||||
|
custom: true
|
||||||
|
spec:
|
||||||
|
exec:
|
||||||
|
command:
|
||||||
|
- /gluetun-entrypoint
|
||||||
|
- healthcheck
|
||||||
|
failureThreshold: 5
|
||||||
|
initialDelaySeconds: 30
|
||||||
|
periodSeconds: 30
|
||||||
|
successThreshold: 1
|
||||||
|
timeoutSeconds: 15
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
devic.es/tun: "1"
|
devic.es/tun: "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user