Revert "toddlers: specify the image to use in the same was as in the deployment config"
This reverts commit d7cb20c356
.
This commit is contained in:
parent
d7cb20c356
commit
d5b2d1fa30
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ spec:
|
||||||
successfulJobsHistoryLimit: 3
|
successfulJobsHistoryLimit: 3
|
||||||
failedJobsHistoryLimit: 3
|
failedJobsHistoryLimit: 3
|
||||||
concurrencyPolicy: Forbid
|
concurrencyPolicy: Forbid
|
||||||
schedule: "09 17 * * *"
|
schedule: "12 17 * * *"
|
||||||
startingDeadlineSeconds: 500
|
startingDeadlineSeconds: 500
|
||||||
jobTemplate:
|
jobTemplate:
|
||||||
spec:
|
spec:
|
||||||
|
@ -18,7 +18,7 @@ spec:
|
||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
containers:
|
containers:
|
||||||
- name: toddlers
|
- name: toddlers
|
||||||
image: toddlers:latest
|
image: docker-registry.default.svc:5000/toddlers/toddlers:latest
|
||||||
# command: ["/usr/bin/python3", "/code/toddlers/toddlers/playtime.py", "packager_bugzilla_sync"]
|
# command: ["/usr/bin/python3", "/code/toddlers/toddlers/playtime.py", "packager_bugzilla_sync"]
|
||||||
command: ["ls", "-l", "/", "/code", "/code/toddlers", "/code/toddlers/toddlers"]
|
command: ["ls", "-l", "/", "/code", "/code/toddlers", "/code/toddlers/toddlers"]
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue