reduce history
This commit is contained in:
parent
2f79acdb74
commit
c0360c27ea
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue