From 1200d7c46a144f4911e04d14a9d7ae4c12b0e00b Mon Sep 17 00:00:00 2001 From: Grant <5445379+grantdhunter@users.noreply.github.com> Date: Mon, 24 Mar 2025 21:19:31 -0600 Subject: [PATCH] reduce job history limits --- k8up-backup/templates/schedule.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/k8up-backup/templates/schedule.yaml b/k8up-backup/templates/schedule.yaml index e3c9e41..702ad48 100644 --- a/k8up-backup/templates/schedule.yaml +++ b/k8up-backup/templates/schedule.yaml @@ -20,15 +20,15 @@ spec: backup: schedule: '@hourly-random' failedJobsHistoryLimit: 2 - successfulJobsHistoryLimit: 2 - # optional - #promURL: https://prometheus-io-instance:8443 + successfulJobsHistoryLimit: 1 check: schedule: '@daily-random' - # optional - #promURL: https://prometheus-io-instance:8443 + failedJobsHistoryLimit: 2 + successfulJobsHistoryLimit: 1 prune: schedule: '@weekly-random' + failedJobsHistoryLimit: 2 + successfulJobsHistoryLimit: 1 retention: keepLast: 5 keep Daily: 14