Fix $service_name and $service_port variables values without host (#5226)
This commit is contained in:
parent
ad460e16ce
commit
96327b12cd
1 changed files with 1 additions and 1 deletions
|
@ -868,7 +868,7 @@ func getIngressInformation(i, h, p interface{}) *ingressInformation {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
if hostname != "" && hostname != rule.Host {
|
if hostname != "_" && rule.Host == "" {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue