mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 17:27:33 +00:00
Merge "[ingress] fix ingress-vip container to exit immediately with sigterm"
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