reduce job history limits

This commit is contained in:
Grant 2025-03-24 21:19:31 -06:00
parent cbdf15d4b1
commit 1200d7c46a

View File

@ -20,15 +20,15 @@ spec:
backup: backup:
schedule: '@hourly-random' schedule: '@hourly-random'
failedJobsHistoryLimit: 2 failedJobsHistoryLimit: 2
successfulJobsHistoryLimit: 2 successfulJobsHistoryLimit: 1
# optional
#promURL: https://prometheus-io-instance:8443
check: check:
schedule: '@daily-random' schedule: '@daily-random'
# optional failedJobsHistoryLimit: 2
#promURL: https://prometheus-io-instance:8443 successfulJobsHistoryLimit: 1
prune: prune:
schedule: '@weekly-random' schedule: '@weekly-random'
failedJobsHistoryLimit: 2
successfulJobsHistoryLimit: 1
retention: retention:
keepLast: 5 keepLast: 5
keep Daily: 14 keep Daily: 14