Skip to content

Commit 60ac711

Browse files
author
Myztiq
committed
Added deadline for job.
1 parent 935824b commit 60ac711

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

ansible/k8/delta/swarm-cloudwatch-reporter/crons/swarm-cloudwatch-reporter

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ spec:
77
concurrencyPolicy: Replace
88
jobTemplate:
99
spec:
10+
activeDeadlineSeconds: 300
1011
template:
1112
spec:
1213
volumes:

ansible/k8/gamma/swarm-cloudwatch-reporter/crons/swarm-cloudwatch-reporter

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ spec:
77
concurrencyPolicy: Replace
88
jobTemplate:
99
spec:
10+
activeDeadlineSeconds: 300
1011
template:
1112
spec:
1213
volumes:

ansible/roles/swarm-cloudwatch-reporter/templates/swarm-cron.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ spec:
77
concurrencyPolicy: Replace
88
jobTemplate:
99
spec:
10+
activeDeadlineSeconds: 300
1011
template:
1112
spec:
1213
volumes:

0 commit comments

Comments
 (0)