mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-26 17:57:34 +00:00
[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:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user