Increased JobsHistoryLimit in cron.yaml

This commit is contained in:
Clemens Geibel 2021-07-09 16:06:45 +02:00
parent e5a8f9d9b4
commit 9add9a7023
3 changed files with 6 additions and 4 deletions

2
.gitignore vendored
View file

@ -24,3 +24,5 @@ public/js/
#valid-auth.edn
#valid-config.edn
my-auth.edn
auth.edn
config.edn

View file

@ -6,8 +6,8 @@ metadata:
app.kubernetes.part-of: jira
spec:
schedule: "10 23 * * *"
successfulJobsHistoryLimit: 0
failedJobsHistoryLimit: 0
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 1
jobTemplate:
spec:
template:

View file

@ -30,8 +30,8 @@
:metadata {:name "jira-backup"
:labels {:app.kubernetes.part-of "jira"}}
:spec {:schedule "10 23 * * *"
:successfulJobsHistoryLimit 0
:failedJobsHistoryLimit 0
:successfulJobsHistoryLimit 1
:failedJobsHistoryLimit 1
:jobTemplate
{:spec
{:template