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 4f6369e4..e1551dc6 100644 --- a/config/platform-infra/public-edge.yaml +++ b/config/platform-infra/public-edge.yaml @@ -89,6 +89,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