fix(qbittorrent): run update IP cronjob every hour, specify timeout

This commit is contained in:
SeanOMik 2024-05-15 10:34:51 -04:00
parent fcdb3d78b5
commit c95d0c8db8
1 changed files with 2 additions and 1 deletions

View File

@ -38,11 +38,12 @@ metadata:
namespace: download
spec:
# every 45 minutes
schedule: "0/45 * * * *"
schedule: "0 * * * *"
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 2
jobTemplate:
spec:
activeDeadlineSeconds: 60
template:
spec:
serviceAccountName: updateip-sa