feat: sync workload routes to external gateway

This commit is contained in:
2026-04-29 15:29:27 +00:00
parent 8e3dd6f4f8
commit 0f2df05ec9
5 changed files with 173 additions and 10 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ export class CoreflowTaskmanager {
bufferMax: 1,
taskFunction: async () => {
logger.log('info', 'now updating traffic routing');
const config = await this.coreflowRef.cloudlyConnector.getConfigFromCloudly();
const config = await this.coreflowRef.cloudlyConnector.getClusterConfigPayloadFromCloudly();
await this.coreflowRef.clusterManager.updateTrafficRouting(config);
logger.log('success', 'traffic routing completed!');
},