fix: bridge provider egress for native k3s
This commit is contained in:
@@ -772,7 +772,7 @@ function importK3sImageScript(service: UniDeskMicroserviceConfig): string {
|
||||
}
|
||||
|
||||
function k8sDeploymentsForService(service: UniDeskMicroserviceConfig): string[] {
|
||||
if (service.id === "code-queue") return ["d601-tcp-egress-gateway", "code-queue"];
|
||||
if (service.id === "code-queue") return ["d601-provider-egress-proxy", "d601-tcp-egress-gateway", "code-queue"];
|
||||
return [service.repository.composeService];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user