File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ spec:
13
13
successfulJobsHistoryLimit : 2
14
14
failedJobsHistoryLimit : 2
15
15
startingDeadlineSeconds : 100
16
- ttlSecondsAfterFinished : 300
17
16
concurrencyPolicy : Forbid
18
17
jobTemplate :
19
18
spec :
19
+ ttlSecondsAfterFinished : 300
20
20
template :
21
21
spec :
22
22
containers :
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ metadata:
11
11
spec :
12
12
schedule : {{ quote .Values.fullHistory.schedule }}
13
13
startingDeadlineSeconds : 100
14
- ttlSecondsAfterFinished : 300
15
14
successfulJobsHistoryLimit : 2
16
15
failedJobsHistoryLimit : 2
17
16
concurrencyPolicy : Forbid
18
17
jobTemplate :
19
18
spec :
19
+ ttlSecondsAfterFinished : 300
20
20
template :
21
21
spec :
22
22
containers :
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ spec:
12
12
schedule : {{ quote .Values.osmSimpleMetrics.schedule }}
13
13
startingDeadlineSeconds : 100
14
14
successfulJobsHistoryLimit : 2
15
- ttlSecondsAfterFinished : 300
16
15
failedJobsHistoryLimit : 2
17
16
concurrencyPolicy : Forbid
18
17
jobTemplate :
19
18
spec :
19
+ ttlSecondsAfterFinished : 300
20
20
template :
21
21
spec :
22
22
containers :
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ spec:
12
12
schedule : {{ quote .Values.planetDump.schedule }}
13
13
startingDeadlineSeconds : 100
14
14
successfulJobsHistoryLimit : 2
15
- ttlSecondsAfterFinished : 300
16
15
failedJobsHistoryLimit : 2
17
16
concurrencyPolicy : Forbid
18
17
jobTemplate :
19
18
spec :
19
+ ttlSecondsAfterFinished : 300
20
20
template :
21
21
spec :
22
22
{{- if .Values.planetDump.nodeSelector.enabled }}
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ spec:
13
13
startingDeadlineSeconds : 100
14
14
successfulJobsHistoryLimit : 2
15
15
failedJobsHistoryLimit : 2
16
- ttlSecondsAfterFinished : 60
17
16
concurrencyPolicy : Forbid
18
17
jobTemplate :
19
18
spec :
19
+ ttlSecondsAfterFinished : 60
20
20
template :
21
21
spec :
22
22
{{- if .Values.monitoringReplication.nodeSelector.enabled }}
You can’t perform that action at this time.
0 commit comments