Add startingDeadlineSeconds to rosdump cronjob

This commit is contained in:
2025-07-30 12:39:19 +03:00
parent 28d50548bf
commit 2754b4e2f7

View File

@@ -54,11 +54,11 @@ metadata:
spec:
schedule: "0 * * * *"
concurrencyPolicy: Forbid
startingDeadlineSeconds: 100
jobTemplate:
spec:
ttlSecondsAfterFinished: 3600
activeDeadlineSeconds: 300
startingDeadlineSeconds: 100
template:
spec:
restartPolicy: OnFailure