reduce job history

This commit is contained in:
2025-12-17 13:32:53 -06:00
parent 24a97d65e9
commit ebae841fa2
5 changed files with 15 additions and 15 deletions

View File

@@ -8,8 +8,8 @@ kubernetes-cloudflare-ddns:
timeZone: US/Central timeZone: US/Central
schedule: "30 4 * * *" schedule: "30 4 * * *"
startingDeadlineSeconds: 90 startingDeadlineSeconds: 90
successfulJobsHistory: 3 successfulJobsHistory: 1
failedJobsHistory: 3 failedJobsHistory: 1
backoffLimit: 3 backoffLimit: 3
parallelism: 1 parallelism: 1
containers: containers:

View File

@@ -8,8 +8,8 @@ libation:
timeZone: US/Central timeZone: US/Central
schedule: 0 0 1 1 * schedule: 0 0 1 1 *
startingDeadlineSeconds: 90 startingDeadlineSeconds: 90
successfulJobsHistory: 3 successfulJobsHistory: 1
failedJobsHistory: 3 failedJobsHistory: 1
backoffLimit: 3 backoffLimit: 3
parallelism: 1 parallelism: 1
containers: containers:

View File

@@ -77,8 +77,8 @@ roundcube:
timeZone: US/Central timeZone: US/Central
schedule: 30 4 * * * schedule: 30 4 * * *
startingDeadlineSeconds: 90 startingDeadlineSeconds: 90
successfulJobsHistory: 3 successfulJobsHistory: 1
failedJobsHistory: 3 failedJobsHistory: 1
backoffLimit: 3 backoffLimit: 3
parallelism: 1 parallelism: 1
containers: containers:

View File

@@ -15,8 +15,8 @@ etcd-backup:
timeZone: US/Central timeZone: US/Central
schedule: "0 2 * * *" schedule: "0 2 * * *"
startingDeadlineSeconds: 90 startingDeadlineSeconds: 90
successfulJobsHistory: 3 successfulJobsHistory: 1
failedJobsHistory: 3 failedJobsHistory: 1
backoffLimit: 3 backoffLimit: 3
parallelism: 1 parallelism: 1
containers: containers:
@@ -161,8 +161,8 @@ etcd-defrag:
timeZone: US/Central timeZone: US/Central
schedule: "0 0 * * 0" schedule: "0 0 * * 0"
startingDeadlineSeconds: 90 startingDeadlineSeconds: 90
successfulJobsHistory: 3 successfulJobsHistory: 1
failedJobsHistory: 3 failedJobsHistory: 1
backoffLimit: 3 backoffLimit: 3
parallelism: 1 parallelism: 1
containers: containers:
@@ -198,8 +198,8 @@ etcd-defrag:
timeZone: US/Central timeZone: US/Central
schedule: "10 0 * * 0" schedule: "10 0 * * 0"
startingDeadlineSeconds: 90 startingDeadlineSeconds: 90
successfulJobsHistory: 3 successfulJobsHistory: 1
failedJobsHistory: 3 failedJobsHistory: 1
backoffLimit: 3 backoffLimit: 3
parallelism: 1 parallelism: 1
containers: containers:
@@ -235,8 +235,8 @@ etcd-defrag:
timeZone: US/Central timeZone: US/Central
schedule: "20 0 * * 0" schedule: "20 0 * * 0"
startingDeadlineSeconds: 90 startingDeadlineSeconds: 90
successfulJobsHistory: 3 successfulJobsHistory: 1
failedJobsHistory: 3 failedJobsHistory: 1
backoffLimit: 3 backoffLimit: 3
parallelism: 1 parallelism: 1
containers: containers:

View File

@@ -162,7 +162,7 @@ snapshot:
timeZone: US/Central timeZone: US/Central
schedule: 0 4 * * * schedule: 0 4 * * *
startingDeadlineSeconds: 90 startingDeadlineSeconds: 90
successfulJobsHistory: 3 successfulJobsHistory: 1
failedJobsHistory: 3 failedJobsHistory: 3
backoffLimit: 3 backoffLimit: 3
parallelism: 1 parallelism: 1