fix: include public exposure extra proxies in pipeline overlay

This commit is contained in:
Codex
2026-06-29 17:10:56 +00:00
parent 4b44f56217
commit a287852c4b
+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,