fix(qbittorrent): lower frequency of update-ip cronjob to 45 mintues from 15 minutes

This commit is contained in:
SeanOMik 2024-04-14 16:56:55 -04:00
parent 35c82b38b2
commit 6b0cabe45f
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 15 minutes
schedule: "0/15 * * * *"
# every 45 minutes
schedule: "0/45 * * * *"
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 2
jobTemplate: