Sort stream service ports to avoid extra reloads
This commit is contained in:
parent
3d9f89be1d
commit
bc96000360
1 changed files with 2 additions and 0 deletions
|
@ -522,6 +522,8 @@ func (ic *GenericController) getStreamServices(configmapName string, proto api.P
|
|||
})
|
||||
}
|
||||
|
||||
sort.Sort(ingress.LocationByPath(svcs))
|
||||
|
||||
return svcs
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue