Skip to content

Commit

Permalink
Merge pull request #121 from gianrubio/targetport-string
Browse files Browse the repository at this point in the history
FIX: ingress was not creating the endpoint when target port is string
  • Loading branch information
aledbf authored Feb 3, 2017
2 parents e523ca9 + 14ae787 commit 1cebef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pkg/ingress/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1cebef2

Please sign in to comment.