Increased JobsHistoryLimit in cron.yaml
This commit is contained in:
parent
e5a8f9d9b4
commit
9add9a7023
3 changed files with 6 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -24,3 +24,5 @@ public/js/
|
|||
#valid-auth.edn
|
||||
#valid-config.edn
|
||||
my-auth.edn
|
||||
auth.edn
|
||||
config.edn
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue