revert c1a9860337
revert fix(qbittorrent): make updateip cronjob run every two hours
This commit is contained in:
parent
85d1fa4a46
commit
a81f76c510
|
@ -37,8 +37,8 @@ metadata:
|
||||||
name: updateip-job
|
name: updateip-job
|
||||||
namespace: download
|
namespace: download
|
||||||
spec:
|
spec:
|
||||||
# every 2 hours
|
# every 45 minutes
|
||||||
schedule: "0 1/2 * * *"
|
schedule: "0 * * * *"
|
||||||
successfulJobsHistoryLimit: 1
|
successfulJobsHistoryLimit: 1
|
||||||
failedJobsHistoryLimit: 2
|
failedJobsHistoryLimit: 2
|
||||||
jobTemplate:
|
jobTemplate:
|
||||||
|
|
Loading…
Reference in New Issue