limit schedule currency

This commit is contained in:
Grant Hunter
2026-09-06 20:21:40 -06:00
parent a0e989f402
commit 22a734c9aa
@@ -21,14 +21,17 @@ spec:
schedule: '@hourly-random'
failedJobsHistoryLimit: 2
successfulJobsHistoryLimit: 1
concurrentRunsAllowed: false
check:
schedule: '@daily-random'
failedJobsHistoryLimit: 2
successfulJobsHistoryLimit: 1
concurrentRunsAllowed: false
prune:
schedule: '@weekly-random'
failedJobsHistoryLimit: 2
successfulJobsHistoryLimit: 1
concurrentRunsAllowed: false
retention:
keepLast: 5
keep Daily: 14