revert fix(qbittorrent): make updateip cronjob run every two hours
This commit is contained in:
SeanOMik 2024-05-15 21:24:38 -04:00
parent 85d1fa4a46
commit a81f76c510
1 changed files with 2 additions and 2 deletions

View File

@ -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: