feat: sync workload routes to external gateway
This commit is contained in:
@@ -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!');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user