greenwave: greenwave now uses a entrypoint script instead of command.
New deployement of greenwave is failing because the way the container are started have changed. We need to stop overriding the entrypoint. This will drop our custom timeout for gunicorn. Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
1855a459f9
commit
ab4db86c3c
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ spec:
|
|||
|
||||
# Become non-root again
|
||||
USER 1001
|
||||
ENTRYPOINT docker/install-ca.sh && gunicorn-3 --workers 8 --timeout 127 --bind 0.0.0.0:8080 --access-logfile=- --enable-stdio-inheritance greenwave.wsgi:app
|
||||
{% endif %}
|
||||
strategy:
|
||||
type: Docker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue