From c60aba28a37b854c12a2f3aff78202b1f11c3fef Mon Sep 17 00:00:00 2001 From: pikastech Date: Mon, 20 Jul 2026 08:43:41 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=94=B6=E6=95=9B=20AgentRun=20L1=20?= =?UTF-8?q?=E5=85=AC=E5=85=B1=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/agentrun.yaml | 1 + config/platform-infra/public-edge.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/config/agentrun.yaml b/config/agentrun.yaml index ec7d215d..37307d01 100644 --- a/config/agentrun.yaml +++ b/config/agentrun.yaml @@ -107,6 +107,7 @@ nativeDevelopment: hostname: agentrun-dev.hwpod.com expectedA: 152.53.229.148 upstream: http://127.0.0.1:6680 + healthPath: /health/readiness client: role: render-only transport: target-trans diff --git a/config/platform-infra/public-edge.yaml b/config/platform-infra/public-edge.yaml index cd48e55d..3ed36f70 100644 --- a/config/platform-infra/public-edge.yaml +++ b/config/platform-infra/public-edge.yaml @@ -86,6 +86,9 @@ targets: - id: hwlab-workbench-native configRef: config/hwlab-node-lanes.yaml path: lanes.v03.targets.NC01.nativeDevelopment.workbench.publicExposure + - id: agentrun-native + configRef: config/agentrun.yaml + path: nativeDevelopment.manager.publicExposure - id: hwlab-caserun-native configRef: config/hwlab-node-lanes.yaml path: lanes.v03.targets.NC01.nativeDevelopment.caserun.publicExposure