Skip to content

Commit

Permalink
lazyload: delete grpc port from wormPort
Browse files Browse the repository at this point in the history
  • Loading branch information
MouceL committed May 9, 2023
1 parent e5d984f commit 18d8a5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func getProtocol(port corev1.ServicePort) Protocol {

func portProtocolToProtocol(p PortProtocol) Protocol {
switch p {
case HTTP, HTTP2, GRPC, GRPCWeb:
case HTTP, HTTP2:
return ProtocolHTTP
case TCP, HTTPS, TLS, Mongo, Redis, MySQL:
return ProtocolTCP
Expand Down

0 comments on commit 18d8a5d

Please sign in to comment.