@@ -310,7 +310,7 @@ public class EnvironmentServiceImpl implements EnvironmentService {
.build());
List<Pod> pods = podApi.getByCondition(K8sObjectRequest
.builder()
- .name(labelValue)
+ .labels(Collections.singletonMap(ResourceLabel.RESOURCE.getCode(), labelValue))
.namespace(applicationProperties.getDeploymentNamespace())
// 优先级先看pod,信息比较多