Fix $service_name and $service_port variables values without host (#5226)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-03-07 23:06:03 -03:00 committed by GitHub
parent 2c49ead2b7
commit 3ec63c6a8b

View file

@ -868,7 +868,7 @@ func getIngressInformation(i, h, p interface{}) *ingressInformation {
continue
}
if hostname != "" && hostname != rule.Host {
if hostname != "_" && rule.Host == "" {
continue
}