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-auth.edn
|
||||||
#valid-config.edn
|
#valid-config.edn
|
||||||
my-auth.edn
|
my-auth.edn
|
||||||
|
auth.edn
|
||||||
|
config.edn
|
||||||
|
|
|
@ -6,8 +6,8 @@ metadata:
|
||||||
app.kubernetes.part-of: jira
|
app.kubernetes.part-of: jira
|
||||||
spec:
|
spec:
|
||||||
schedule: "10 23 * * *"
|
schedule: "10 23 * * *"
|
||||||
successfulJobsHistoryLimit: 0
|
successfulJobsHistoryLimit: 1
|
||||||
failedJobsHistoryLimit: 0
|
failedJobsHistoryLimit: 1
|
||||||
jobTemplate:
|
jobTemplate:
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
|
|
@ -30,8 +30,8 @@
|
||||||
:metadata {:name "jira-backup"
|
:metadata {:name "jira-backup"
|
||||||
:labels {:app.kubernetes.part-of "jira"}}
|
:labels {:app.kubernetes.part-of "jira"}}
|
||||||
:spec {:schedule "10 23 * * *"
|
:spec {:schedule "10 23 * * *"
|
||||||
:successfulJobsHistoryLimit 0
|
:successfulJobsHistoryLimit 1
|
||||||
:failedJobsHistoryLimit 0
|
:failedJobsHistoryLimit 1
|
||||||
:jobTemplate
|
:jobTemplate
|
||||||
{:spec
|
{:spec
|
||||||
{:template
|
{:template
|
||||||
|
|
Reference in a new issue