Skip to content

Commit c803a3b

Browse files
authored
policy: Remove redundant GRPC rule match on default egress GRPCRoute (#13279)
Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
1 parent d1bd0da commit c803a3b

File tree

1 file changed

+0
-1
lines changed
  • policy-controller/grpc/src/outbound

1 file changed

+0
-1
lines changed

policy-controller/grpc/src/outbound/grpc.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@ pub(crate) fn default_outbound_egress_route(
374374
kind: Some(meta::metadata::Kind::Default(name.to_string())),
375375
});
376376
let rules = vec![outbound::grpc_route::Rule {
377-
matches: vec![grpc_route::GrpcRouteMatch::default()],
378377
backends: Some(outbound::grpc_route::Distribution {
379378
kind: Some(outbound::grpc_route::distribution::Kind::FirstAvailable(
380379
outbound::grpc_route::distribution::FirstAvailable {

0 commit comments

Comments
 (0)