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",
|
namespace: "platform-infra",
|
||||||
serviceName: renderGitMirror.egressProxy.clientName,
|
serviceName: renderGitMirror.egressProxy.clientName,
|
||||||
port: httpProxyEndpoint(renderGitMirror.egressProxy.proxyUrl)?.port ?? 10808,
|
port: httpProxyEndpoint(renderGitMirror.egressProxy.proxyUrl)?.port ?? 10808,
|
||||||
|
proxyUrl: renderGitMirror.egressProxy.proxyUrl,
|
||||||
noProxy: renderGitMirror.egressProxy.noProxy,
|
noProxy: renderGitMirror.egressProxy.noProxy,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user