reduce job history limits
This commit is contained in:
parent
cbdf15d4b1
commit
1200d7c46a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user