avoid CrashLoopBackOff by sleeping after sending E-Mail
All checks were successful
ci / build (push) Successful in 1m3s
All checks were successful
ci / build (push) Successful in 1m3s
This commit is contained in:
parent
574ef51ebd
commit
0c32957d7f
2 changed files with 32 additions and 21 deletions
|
|
@ -27,4 +27,4 @@ COPY --from=rust-build /usr/local/cargo/bin/iching /usr/local/bin/iching
|
|||
CMD ["npx", "ts-node", "broker.ts"]
|
||||
|
||||
#run indefinitely to avoid CrashLoopBackOff
|
||||
CMD exec /bin/bash -c "trap : TERM INT; sleep infinity & wait"
|
||||
#CMD exec /bin/bash -c "trap : TERM INT; sleep infinity & wait"
|
||||
Loading…
Add table
Add a link
Reference in a new issue