feat: move code queue to d601

This commit is contained in:
Codex
2026-05-14 19:13:43 +00:00
parent cbbed004a6
commit c930607316
28 changed files with 359 additions and 242 deletions
+2 -1
View File
@@ -136,7 +136,8 @@ export async function debugHealth(config: UniDeskConfig): Promise<unknown> {
providerIngressPublic: await readJson(`http://127.0.0.1:${config.network.providerIngress.port}/health`),
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" },
},
};
}