BlockerBugs: Rmove duplicated startingDeadlineSeconds in CronJob
This commit is contained in:
parent
0d40c3e1bd
commit
a6495f1eae
1 changed files with 1 additions and 2 deletions
|
@ -7,14 +7,13 @@ spec:
|
|||
failedJobsHistoryLimit: 1
|
||||
concurrencyPolicy: Forbid
|
||||
activeDeadlineSeconds: 900
|
||||
startingDeadlineSeconds: 180
|
||||
startingDeadlineSeconds: 600
|
||||
schedule: "*/30 * * * *"
|
||||
jobTemplate:
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
restartPolicy: Never
|
||||
startingDeadlineSeconds: 600
|
||||
containers:
|
||||
- name: blockerbugs-sync
|
||||
image: image-registry.openshift-image-registry.svc:5000/blockerbugs/blockerbugs:latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue