fix: allow host-networked egress proxy
This commit is contained in:
@@ -169,6 +169,7 @@ export interface Sub2ApiEgressProxyConfig {
|
||||
image: string;
|
||||
imagePullPolicy: "Always" | "IfNotPresent" | "Never";
|
||||
listenPort: number;
|
||||
hostNetwork: boolean;
|
||||
sourceConfigRef: string | null;
|
||||
sourceFingerprint: string | null;
|
||||
sourceRef: string;
|
||||
|
||||
Reference in New Issue
Block a user