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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue