Skip to content

Commit

Permalink
Merge pull request #1237 from dannyzaken/danny-5.11
Browse files Browse the repository at this point in the history
[Backport to 5.11] BugFix - [MCG] RPC method "list_objects" fails with "RPC: object.list_objects() Call failed: failed to WebSocket dial"
  • Loading branch information
dannyzaken authored Nov 2, 2023
2 parents 9e4f8e3 + ec55c78 commit 8e38c89
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/nb/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,6 @@ func FindPortByName(srv *corev1.Service, portName string) *corev1.ServicePort {

// GetAPIPortName maps every noobaa api name to the service port name that serves it.
func GetAPIPortName(api string) string {
if api == "object_api" || api == "func_api" {
return "md-https"
}
if api == "scrubber_api" {
return "bg-https"
}
Expand Down

0 comments on commit 8e38c89

Please sign in to comment.