Merge pull request #1283 from pikasTech/fix/2274-opencode-host-route-overlay

fix: pass host-route proxy to HWLAB render overlay
This commit is contained in:
Lyon
2026-06-30 12:04:40 +08:00
committed by GitHub
+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,
},
};