Poddlers: fixup
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
115c22652d
commit
849bb32726
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ db = 0
|
|||
redis_expiration_time = 86400
|
||||
distributed_lock = true
|
||||
# Lock timeout should be longer than the longest datanommer query
|
||||
lock_timeout = 600
|
||||
lock_timeout = 3fedo600
|
||||
thread_local_lock = false
|
||||
socket_keepalive = true
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ spec:
|
|||
restartPolicy: Never
|
||||
containers:
|
||||
- name: toddlers
|
||||
image: image-registry.openshift-image-registry.svc:5000/toddlers/toddlers:latest
|
||||
image: image-registry.openshift-image-registry.svc:5000/poddlers/toddlers:latest
|
||||
command: ["/usr/bin/python3", "/code/toddlers/playtime.py", "{{ cronjob.command }}"]
|
||||
env:
|
||||
{{ common_env() | indent(4) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue