Skip to content

Commit

Permalink
xds: Ensure protocol set for gRPC destination
Browse files Browse the repository at this point in the history
  • Loading branch information
zalimeni committed Oct 23, 2023
1 parent 28601e2 commit d201727
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ func (b *ListenerBuilder) addL7Router(routeName string, statPrefix string, proto
},
StatPrefix: statPrefix,
StaticRoute: false,
Protocol: protocolMap[protocol],

Check failure on line 463 in internal/mesh/internal/controllers/sidecarproxy/builder/destinations.go

View workflow job for this annotation

GitHub Actions / lint / lint

File is not `gofmt`-ed with `-s` (gofmt)

Check failure on line 463 in internal/mesh/internal/controllers/sidecarproxy/builder/destinations.go

View workflow job for this annotation

GitHub Actions / lint-32bit / lint

File is not `gofmt`-ed with `-s` (gofmt)
},
}

Expand Down

0 comments on commit d201727

Please sign in to comment.