toddlers: Adjust the command ran in the cron job
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
bd2772ae35
commit
6e1ce7de3c
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ spec:
|
|||
successfulJobsHistoryLimit: 3
|
||||
failedJobsHistoryLimit: 3
|
||||
concurrencyPolicy: Forbid
|
||||
schedule: "5 15 * * *"
|
||||
schedule: "10 15 * * *"
|
||||
startingDeadlineSeconds: 500
|
||||
jobTemplate:
|
||||
spec:
|
||||
|
@ -19,7 +19,7 @@ spec:
|
|||
containers:
|
||||
- name: toddlers
|
||||
image: docker-registry.default.svc:5000/toddlers/toddlers:latest
|
||||
command: ["/code/toddlers/playtime", "packager_bugzilla_sync"]
|
||||
command: ["/usr/bin/python3", "/code/toddlers/playtime", "packager_bugzilla_sync"]
|
||||
env:
|
||||
- name: PYTHONPATH
|
||||
value: "/code"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue