limit schedule currency
This commit is contained in:
@@ -21,14 +21,17 @@ spec:
|
|||||||
schedule: '@hourly-random'
|
schedule: '@hourly-random'
|
||||||
failedJobsHistoryLimit: 2
|
failedJobsHistoryLimit: 2
|
||||||
successfulJobsHistoryLimit: 1
|
successfulJobsHistoryLimit: 1
|
||||||
|
concurrentRunsAllowed: false
|
||||||
check:
|
check:
|
||||||
schedule: '@daily-random'
|
schedule: '@daily-random'
|
||||||
failedJobsHistoryLimit: 2
|
failedJobsHistoryLimit: 2
|
||||||
successfulJobsHistoryLimit: 1
|
successfulJobsHistoryLimit: 1
|
||||||
|
concurrentRunsAllowed: false
|
||||||
prune:
|
prune:
|
||||||
schedule: '@weekly-random'
|
schedule: '@weekly-random'
|
||||||
failedJobsHistoryLimit: 2
|
failedJobsHistoryLimit: 2
|
||||||
successfulJobsHistoryLimit: 1
|
successfulJobsHistoryLimit: 1
|
||||||
|
concurrentRunsAllowed: false
|
||||||
retention:
|
retention:
|
||||||
keepLast: 5
|
keepLast: 5
|
||||||
keep Daily: 14
|
keep Daily: 14
|
||||||
|
|||||||
Reference in New Issue
Block a user