fix(qbittorrent): make updateip cronjob run every two hours
This commit is contained in:
parent
2ff503a15f
commit
c1a9860337
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ metadata:
|
|||
name: updateip-job
|
||||
namespace: download
|
||||
spec:
|
||||
# every 45 minutes
|
||||
schedule: "0 * * * *"
|
||||
# every 2 hours
|
||||
schedule: "0 1/2 * * *"
|
||||
successfulJobsHistoryLimit: 1
|
||||
failedJobsHistoryLimit: 2
|
||||
jobTemplate:
|
||||
|
|
Loading…
Add table
Reference in a new issue