Blockerbugs: try to specify full path to the cronjob image
This commit is contained in:
parent
1a9287ba81
commit
b1a1fbb630
1 changed files with 2 additions and 2 deletions
|
@ -8,14 +8,14 @@ spec:
|
|||
concurrencyPolicy: Forbid
|
||||
activeDeadlineSeconds: 900
|
||||
startingDeadlineSeconds: 180
|
||||
schedule: "30 * * * *"
|
||||
schedule: "3 * * * *"
|
||||
jobTemplate:
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: blockerbugs-sync
|
||||
image: blockerbugs:latest
|
||||
image: image-registry.openshift-image-registry.svc:5000/blockerbugs/blockerbugs:latest
|
||||
command: ["python", "/opt/app-root/src/blockerbugs/cli.py", "sync"]
|
||||
restartPolicy: Never
|
||||
startingDeadlineSeconds: 600
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue