feat: move code queue to d601
This commit is contained in:
@@ -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" },
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user