已合并
fix agentserver boot issue #448
陈卉创建于 29 天前
fix agentserver boot issue #448
已合并
共 1 个文件变更+1-1
| @@ -360,7 +360,7 @@ class K8sServiceHandler: | |||
| 360 | _exec=client.V1ExecAction( | 360 | _exec=client.V1ExecAction( |
| 361 | command=[ | 361 | command=[ |
| 362 | "python", | 362 | "python", |
| 363 | - "/app/jiuwenclaw/tools/ws_probe.py" | 363 | + "/app/jiuwenswarm/tools/ws_probe.py" |
| 364 | ] | 364 | ] |
| 365 | ), | 365 | ), |
| 366 | initial_delay_seconds=spec.readiness_initial_delay, | 366 | initial_delay_seconds=spec.readiness_initial_delay, |