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 ad460e16ce
commit 96327b12cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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