Merge pull request #121 from gianrubio/targetport-string

FIX: ingress was not creating the endpoint when target port is string
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-02-02 21:22:39 -03:00 committed by GitHub
commit 1cebef2dbf

View file

@ -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)