Reduced number of lingering cron jobs

This commit is contained in:
Florian 2025-10-20 12:52:08 +02:00
parent 7526631575
commit 6de80970b1
3 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,8 @@ metadata:
namespace: app-notifications
spec:
schedule: "0 7 * * *"
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 1
jobTemplate:
spec:
template:

View File

@ -5,6 +5,8 @@ metadata:
namespace: app-notifications
spec:
schedule: "0 8 * * *"
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 1
jobTemplate:
spec:
template:

View File

@ -5,6 +5,8 @@ metadata:
namespace: app-notifications
spec:
schedule: "*/15 * * * *"
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 1
jobTemplate:
spec:
template: