[ Agent ] [ App ] - fix middlewares bugs

This commit is contained in:
zeaslity
2023-11-22 11:31:36 +08:00
parent be97b71b75
commit a1dc545080
2 changed files with 6 additions and 5 deletions

View File

@@ -545,10 +545,10 @@ func (op *AgentOsOperator) deployMiddlewares(funcArgs []string) (bool, []string)
// check status
podNameList := []string{
"helm-rabbitmq",
"helm-mongo",
"helm-emqxs",
"helm-nacos",
"helm-rabbitmq-0",
"helm-mongo-0",
"helm-emqxs-0",
"helm-nacos-0",
}
for _, podName := range podNameList {
if !K8sCheckPodStatusTimeout(podName, funcArgs[1], 180) {