Poddlers: fixup

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-07-06 08:42:58 +02:00
parent 115c22652d
commit 849bb32726
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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) }}