BlockerBugs: move activeDeadlineSeconds to the jobTemplate

This commit is contained in:
František Zatloukal 2024-04-15 11:23:23 +02:00
parent 8cd673e318
commit 3310ca5783

View file

@ -6,11 +6,11 @@ spec:
successfulJobsHistoryLimit: 3 successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 1 failedJobsHistoryLimit: 1
concurrencyPolicy: Forbid concurrencyPolicy: Forbid
activeDeadlineSeconds: 900
startingDeadlineSeconds: 600 startingDeadlineSeconds: 600
schedule: "*/30 * * * *" schedule: "*/30 * * * *"
jobTemplate: jobTemplate:
spec: spec:
activeDeadlineSeconds: 900
template: template:
spec: spec:
restartPolicy: Never restartPolicy: Never