commit
fbe3ddc20a
1 changed files with 1 additions and 1 deletions
|
@ -992,7 +992,7 @@ func (ic *GenericController) getEndpoints(
|
||||||
}
|
}
|
||||||
|
|
||||||
// check for invalid port value
|
// check for invalid port value
|
||||||
if targetPort <=0 {
|
if targetPort <= 0 {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue