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
failedJobsHistoryLimit: 1
concurrencyPolicy: Forbid
activeDeadlineSeconds: 900
startingDeadlineSeconds: 600
schedule: "*/30 * * * *"
jobTemplate:
spec:
activeDeadlineSeconds: 900
template:
spec:
restartPolicy: Never