Skip to content

Commit f2cbf28

Browse files
added service name to eds config #292
1 parent 121002f commit f2cbf28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

envoy-control-core/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot/resource/routes/EnvoyEgressRoutesFactory.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ class EnvoyEgressRoutesFactory(
358358
.withClusterWeight(routeSpec.clusterName, routeSpec.clusterWeights.main)
359359
.withClusterWeight(
360360
"${routeSpec.clusterName}-" +
361-
properties.loadBalancing.trafficSplitting.secondaryClusterPostfix,
361+
properties.loadBalancing.trafficSplitting.aggregateClusterPostfix,
362362
routeSpec.clusterWeights.secondary
363363
)
364364
)

0 commit comments

Comments
 (0)