We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423eb7c commit 5ab6df7Copy full SHA for 5ab6df7
pilot/pkg/model/context.go
@@ -560,7 +560,7 @@ func (node *Proxy) SetGatewaysForProxy(ps *PushContext) {
560
func (node *Proxy) ShouldUpdateServiceTargets(updates sets.Set[ConfigKey]) bool {
561
// we only care for services which can actually select this proxy
562
for config := range updates {
563
- if config.Kind == kind.ServiceEntry || config.Namespace == node.Metadata.Namespace {
+ if config.Kind == kind.ServiceEntry && config.Namespace == node.Metadata.Namespace {
564
return true
565
}
566
0 commit comments