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' 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