distribution/Dockerfile-ubi: Graceful shutdown of 5 seconds
This commit is contained in:
parent
e842b2853f
commit
e52bd38ccf
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue