Skip to content

Commit 82d8cd4

Browse files
AlinsRanCopilot
andauthored
Update internal/adc/translator/httproute.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ea76616 commit 82d8cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/adc/translator/httproute.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ func appProtocolToUpstreamScheme(appProtocol string) string {
840840
return apiv2.SchemeHTTP
841841
case "https":
842842
return apiv2.SchemeHTTPS
843-
case "kubenetes.io/wss":
843+
case "kubernetes.io/wss":
844844
return apiv2.SchemeHTTPS
845845
default:
846846
return ""

0 commit comments

Comments
 (0)