mirror of
https://github.com/nold360/hive-apps
synced 2024-11-18 03:29:29 +00:00
fix(deluge): add probes again
This commit is contained in:
parent
fa2fda8cd2
commit
35d603b5be
1 changed files with 0 additions and 13 deletions
|
@ -46,14 +46,6 @@ env:
|
||||||
PUID: 1000
|
PUID: 1000
|
||||||
GUID: 1000
|
GUID: 1000
|
||||||
|
|
||||||
probes:
|
|
||||||
liveness:
|
|
||||||
enabled: false
|
|
||||||
readiness:
|
|
||||||
enabled: false
|
|
||||||
startup:
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -67,11 +59,6 @@ persistence:
|
||||||
hostPath: /data/torrent
|
hostPath: /data/torrent
|
||||||
mountPath: /downloads
|
mountPath: /downloads
|
||||||
|
|
||||||
startupProbe:
|
|
||||||
initialDelaySeconds: 600
|
|
||||||
periodSeconds: 120
|
|
||||||
failureThreshold: 6
|
|
||||||
|
|
||||||
## VPN
|
## VPN
|
||||||
addons:
|
addons:
|
||||||
vpn:
|
vpn:
|
||||||
|
|
Loading…
Reference in a new issue