Reduced number of lingering cron jobs
This commit is contained in:
parent
7526631575
commit
6de80970b1
@ -5,6 +5,8 @@ metadata:
|
||||
namespace: app-notifications
|
||||
spec:
|
||||
schedule: "0 7 * * *"
|
||||
successfulJobsHistoryLimit: 1
|
||||
failedJobsHistoryLimit: 1
|
||||
jobTemplate:
|
||||
spec:
|
||||
template:
|
||||
|
||||
@ -5,6 +5,8 @@ metadata:
|
||||
namespace: app-notifications
|
||||
spec:
|
||||
schedule: "0 8 * * *"
|
||||
successfulJobsHistoryLimit: 1
|
||||
failedJobsHistoryLimit: 1
|
||||
jobTemplate:
|
||||
spec:
|
||||
template:
|
||||
|
||||
@ -5,6 +5,8 @@ metadata:
|
||||
namespace: app-notifications
|
||||
spec:
|
||||
schedule: "*/15 * * * *"
|
||||
successfulJobsHistoryLimit: 1
|
||||
failedJobsHistoryLimit: 1
|
||||
jobTemplate:
|
||||
spec:
|
||||
template:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user