fix: pass host-route proxy to HWLAB render overlay

This commit is contained in:
Codex
2026-06-30 04:03:38 +00:00
parent 618b6f2f40
commit 307163e45c
+1
View File
@@ -68,6 +68,7 @@ export function nodeRuntimeRenderOverlay(spec: HwlabRuntimeLaneSpec): Record<str
namespace: "platform-infra",
serviceName: renderGitMirror.egressProxy.clientName,
port: httpProxyEndpoint(renderGitMirror.egressProxy.proxyUrl)?.port ?? 10808,
proxyUrl: renderGitMirror.egressProxy.proxyUrl,
noProxy: renderGitMirror.egressProxy.noProxy,
},
};