FIX: ingress was not creating the endpoint when target port is string
This commit is contained in:
parent
f90e9eeb7c
commit
14ae787b40
1 changed files with 1 additions and 1 deletions
|
@ -975,7 +975,7 @@ func (ic *GenericController) getEndpoints(
|
|||
port, err := service.GetPortMapping(servicePort.StrVal, s)
|
||||
if err == nil {
|
||||
targetPort = port
|
||||
continue
|
||||
break
|
||||
}
|
||||
|
||||
glog.Warningf("error mapping service port: %v", err)
|
||||
|
|
Loading…
Reference in a new issue