Skip to content

Commit 4a5a54c

Browse files
added service name to eds config #292
1 parent 1b53536 commit 4a5a54c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,8 @@ class EnvoySnapshotFactory(
235235
return if (weights != null && enabledForDependency) {
236236
WeightRouteSpecification(
237237
clusterName,
238-
routeDomains,
238+
routeDomains +
239+
listOf("$clusterName-${properties.loadBalancing.trafficSplitting.secondaryClusterPostfix}"),
239240
settings,
240241
weights
241242
)

0 commit comments

Comments
 (0)