Merge pull request #1263 from pikasTech/fix/2256-public-exposure-extra-proxies

fix: include public exposure extra proxies in pipeline overlay
This commit is contained in:
Lyon
2026-06-30 01:11:17 +08:00
committed by GitHub
+1
View File
@@ -147,6 +147,7 @@ export function nodeRuntimeRenderOverlay(spec: HwlabRuntimeLaneSpec): Record<str
tokenKey: spec.publicExposure.tokenKey,
webProxy: spec.publicExposure.webProxy,
apiProxy: spec.publicExposure.apiProxy,
extraProxies: spec.publicExposure.extraProxies,
},
externalPostgres: activeExternalPostgres === undefined ? undefined : {
enabled: true,