fix: allow host-networked egress proxy
This commit is contained in:
@@ -305,6 +305,7 @@ export function parseEgressProxyConfig(value: unknown, path: string): Sub2ApiEgr
|
||||
image: stringField(record, "image", `${path}.egressProxy`),
|
||||
imagePullPolicy,
|
||||
listenPort: integerField(record, "listenPort", `${path}.egressProxy`),
|
||||
hostNetwork: booleanField(record, "hostNetwork", `${path}.egressProxy`),
|
||||
sourceConfigRef,
|
||||
sourceFingerprint: source?.fingerprint ?? null,
|
||||
sourceRef: source?.sourceRef ?? stringField(record, "sourceRef", `${path}.egressProxy`),
|
||||
|
||||
Reference in New Issue
Block a user