feat: move code queue to d601
This commit is contained in:
@@ -416,7 +416,8 @@ async function remoteHealth(session: FrontendSession, config: UniDeskConfig): Pr
|
||||
dockerStatusInternal: summarizeDockerStatus(await frontendJson(session, "/api/nodes/docker-status")),
|
||||
publicExposureBoundary: {
|
||||
coreHostPort: { port: config.network.core.port, expected: "not-exposed" },
|
||||
databaseHostPort: { port: config.network.database.port, expected: "not-exposed" },
|
||||
databaseHostPort: { port: config.network.database.port, expected: "restricted-to-code-queue-provider" },
|
||||
oaEventFlowHostPort: { port: 4255, expected: "restricted-to-code-queue-provider" },
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user