fix(qbittorrent): make updateip cronjob run every two hours

This commit is contained in:
SeanOMik 2024-05-15 19:39:35 -04:00
parent 2ff503a15f
commit c1a9860337
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
1 changed files with 2 additions and 2 deletions

View File

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