distribution/Dockerfile-ubi: Graceful shutdown of 5 seconds

This commit is contained in:
Sanne Raymaekers 2022-07-01 23:06:29 +02:00
parent e842b2853f
commit e52bd38ccf

View file

@ -23,4 +23,4 @@ COPY ./pkg/jobqueue/dbjobqueue/schemas /opt/migrate/schemas
COPY --from=builder2 /opt/app-root/src/go/bin/tern /opt/migrate/
EXPOSE 8080 8700
ENTRYPOINT ["python3", "/opt/entrypoint.py", "--remote-worker-api", "--composer-api"]
ENTRYPOINT ["python3", "/opt/entrypoint.py", "--remote-worker-api", "--composer-api", "--shutdown-wait-period", "5"]