From c0360c27ea85f104dbb77662ea4093601c32a134 Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 2 Jul 2021 13:53:03 +0200 Subject: [PATCH] reduce history --- src/main/resources/cron.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/cron.yaml b/src/main/resources/cron.yaml index 4b4d945..6a98011 100644 --- a/src/main/resources/cron.yaml +++ b/src/main/resources/cron.yaml @@ -6,8 +6,8 @@ metadata: app.kubernetes.io/name: k8s-mastodon-bot spec: schedule: "*/15 * * * *" - successfulJobsHistoryLimit: 5 - failedJobsHistoryLimit: 5 + successfulJobsHistoryLimit: 1 + failedJobsHistoryLimit: 2 concurrencyPolicy: Replace jobTemplate: spec: