Fix $service_name and $service_port variables values without host (#5226)
This commit is contained in:
parent
2c49ead2b7
commit
3ec63c6a8b
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