BlockerBugs: Rmove duplicated startingDeadlineSeconds in CronJob

This commit is contained in:
František Zatloukal 2024-04-15 11:07:08 +02:00
parent 0d40c3e1bd
commit a6495f1eae

View file

@ -7,14 +7,13 @@ spec:
failedJobsHistoryLimit: 1 failedJobsHistoryLimit: 1
concurrencyPolicy: Forbid concurrencyPolicy: Forbid
activeDeadlineSeconds: 900 activeDeadlineSeconds: 900
startingDeadlineSeconds: 180 startingDeadlineSeconds: 600
schedule: "*/30 * * * *" schedule: "*/30 * * * *"
jobTemplate: jobTemplate:
spec: spec:
template: template:
spec: spec:
restartPolicy: Never restartPolicy: Never
startingDeadlineSeconds: 600
containers: containers:
- name: blockerbugs-sync - name: blockerbugs-sync
image: image-registry.openshift-image-registry.svc:5000/blockerbugs/blockerbugs:latest image: image-registry.openshift-image-registry.svc:5000/blockerbugs/blockerbugs:latest