fix: pass host-route proxy to HWLAB render overlay
This commit is contained in:
@@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user