[ingress] fix ingress-vip container to exit immediately with sigterm

currently it lives until the grace preiod ends and gets sigkill

Change-Id: I37d7fac57c2d51633f3ecdd6c0457b9044f7b011
This commit is contained in:
Hyunsun Moon 2018-06-21 01:57:23 +09:00
parent cc30691207
commit f7b098ee15

View File

@ -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 () {