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 namespace: download
spec: spec:
# every 45 minutes # every 45 minutes
schedule: "0/45 * * * *" schedule: "0 * * * *"
successfulJobsHistoryLimit: 1 successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 2 failedJobsHistoryLimit: 2
jobTemplate: jobTemplate:
spec: spec:
activeDeadlineSeconds: 60
template: template:
spec: spec:
serviceAccountName: updateip-sa serviceAccountName: updateip-sa