Skip to content

Commit

Permalink
#624 Set flat priority only for services with traffic splitting (add …
Browse files Browse the repository at this point in the history
…log)
  • Loading branch information
nastassia-dailidava committed Apr 20, 2024
1 parent 31e292c commit a1eb9b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class EnvoySnapshotFactory(
?.any { e -> trafficSplitting.zoneName == e.locality.zone }
?: false
return if (weights != null && enabledForDependency) {
if(serviceName == "varnish") {
if (serviceName == "varnish") {
logger.info(
"Building traffic splitting route spec, weights: $weights, " +
"serviceName: $serviceName, clusterName: $clusterName, "
Expand Down

0 comments on commit a1eb9b8

Please sign in to comment.