From ebae841fa2a9a121c8340779f7d971cfe8dd666f Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 17 Dec 2025 13:32:53 -0600 Subject: [PATCH] reduce job history --- .../helm/kubernetes-cloudflare-ddns/values.yaml | 4 ++-- clusters/cl01tl/helm/libation/values.yaml | 4 ++-- clusters/cl01tl/helm/roundcube/values.yaml | 4 ++-- clusters/cl01tl/helm/talos/values.yaml | 16 ++++++++-------- clusters/cl01tl/helm/vault/values.yaml | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/clusters/cl01tl/helm/kubernetes-cloudflare-ddns/values.yaml b/clusters/cl01tl/helm/kubernetes-cloudflare-ddns/values.yaml index f7a64f73d..3821b6313 100644 --- a/clusters/cl01tl/helm/kubernetes-cloudflare-ddns/values.yaml +++ b/clusters/cl01tl/helm/kubernetes-cloudflare-ddns/values.yaml @@ -8,8 +8,8 @@ kubernetes-cloudflare-ddns: timeZone: US/Central schedule: "30 4 * * *" startingDeadlineSeconds: 90 - successfulJobsHistory: 3 - failedJobsHistory: 3 + successfulJobsHistory: 1 + failedJobsHistory: 1 backoffLimit: 3 parallelism: 1 containers: diff --git a/clusters/cl01tl/helm/libation/values.yaml b/clusters/cl01tl/helm/libation/values.yaml index 356df8d08..f1364b5f8 100644 --- a/clusters/cl01tl/helm/libation/values.yaml +++ b/clusters/cl01tl/helm/libation/values.yaml @@ -8,8 +8,8 @@ libation: timeZone: US/Central schedule: 0 0 1 1 * startingDeadlineSeconds: 90 - successfulJobsHistory: 3 - failedJobsHistory: 3 + successfulJobsHistory: 1 + failedJobsHistory: 1 backoffLimit: 3 parallelism: 1 containers: diff --git a/clusters/cl01tl/helm/roundcube/values.yaml b/clusters/cl01tl/helm/roundcube/values.yaml index c80984ec3..3f099be97 100644 --- a/clusters/cl01tl/helm/roundcube/values.yaml +++ b/clusters/cl01tl/helm/roundcube/values.yaml @@ -77,8 +77,8 @@ roundcube: timeZone: US/Central schedule: 30 4 * * * startingDeadlineSeconds: 90 - successfulJobsHistory: 3 - failedJobsHistory: 3 + successfulJobsHistory: 1 + failedJobsHistory: 1 backoffLimit: 3 parallelism: 1 containers: diff --git a/clusters/cl01tl/helm/talos/values.yaml b/clusters/cl01tl/helm/talos/values.yaml index bdc06d52c..ec33d7ce1 100644 --- a/clusters/cl01tl/helm/talos/values.yaml +++ b/clusters/cl01tl/helm/talos/values.yaml @@ -15,8 +15,8 @@ etcd-backup: timeZone: US/Central schedule: "0 2 * * *" startingDeadlineSeconds: 90 - successfulJobsHistory: 3 - failedJobsHistory: 3 + successfulJobsHistory: 1 + failedJobsHistory: 1 backoffLimit: 3 parallelism: 1 containers: @@ -161,8 +161,8 @@ etcd-defrag: timeZone: US/Central schedule: "0 0 * * 0" startingDeadlineSeconds: 90 - successfulJobsHistory: 3 - failedJobsHistory: 3 + successfulJobsHistory: 1 + failedJobsHistory: 1 backoffLimit: 3 parallelism: 1 containers: @@ -198,8 +198,8 @@ etcd-defrag: timeZone: US/Central schedule: "10 0 * * 0" startingDeadlineSeconds: 90 - successfulJobsHistory: 3 - failedJobsHistory: 3 + successfulJobsHistory: 1 + failedJobsHistory: 1 backoffLimit: 3 parallelism: 1 containers: @@ -235,8 +235,8 @@ etcd-defrag: timeZone: US/Central schedule: "20 0 * * 0" startingDeadlineSeconds: 90 - successfulJobsHistory: 3 - failedJobsHistory: 3 + successfulJobsHistory: 1 + failedJobsHistory: 1 backoffLimit: 3 parallelism: 1 containers: diff --git a/clusters/cl01tl/helm/vault/values.yaml b/clusters/cl01tl/helm/vault/values.yaml index ebd3efcfb..d58c629f1 100644 --- a/clusters/cl01tl/helm/vault/values.yaml +++ b/clusters/cl01tl/helm/vault/values.yaml @@ -162,7 +162,7 @@ snapshot: timeZone: US/Central schedule: 0 4 * * * startingDeadlineSeconds: 90 - successfulJobsHistory: 3 + successfulJobsHistory: 1 failedJobsHistory: 3 backoffLimit: 3 parallelism: 1