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
|
app.kubernetes.io/name: k8s-mastodon-bot
|
||||||
spec:
|
spec:
|
||||||
schedule: "*/15 * * * *"
|
schedule: "*/15 * * * *"
|
||||||
successfulJobsHistoryLimit: 5
|
successfulJobsHistoryLimit: 1
|
||||||
failedJobsHistoryLimit: 5
|
failedJobsHistoryLimit: 2
|
||||||
concurrencyPolicy: Replace
|
concurrencyPolicy: Replace
|
||||||
jobTemplate:
|
jobTemplate:
|
||||||
spec:
|
spec:
|
||||||
|
|
Loading…
Reference in a new issue