Merge "[ingress] fix ingress-vip container to exit immediately with sigterm"
This commit is contained in:
commit
1d0dedb09a
@ -38,7 +38,7 @@ function start () {
|
||||
}
|
||||
|
||||
function sleep () {
|
||||
exec bash -c "while :; do sleep 2073600; done"
|
||||
exec /usr/bin/dumb-init bash -c "while :; do sleep 2073600; done"
|
||||
}
|
||||
|
||||
function stop () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user