Move nginx helper (#4501)
This commit is contained in:
parent
8740c1b661
commit
72cb7f5e14
3 changed files with 14 additions and 13 deletions
|
|
@ -414,7 +414,7 @@ func (n *NGINXController) Stop() error {
|
|||
// wait for the NGINX process to terminate
|
||||
timer := time.NewTicker(time.Second * 1)
|
||||
for range timer.C {
|
||||
if !process.IsNginxRunning() {
|
||||
if !nginx.IsRunning() {
|
||||
klog.Info("NGINX process has stopped")
|
||||
timer.Stop()
|
||||
break
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue