Merge 5971fbece5
into de1a4c463c
This commit is contained in:
commit
e446bd471d
1 changed files with 1 additions and 1 deletions
|
@ -1776,7 +1776,7 @@ func externalNamePorts(name string, svc *apiv1.Service) *apiv1.ServicePort {
|
|||
return &apiv1.ServicePort{
|
||||
Protocol: "TCP",
|
||||
Port: svcPort.Port,
|
||||
TargetPort: svcPort.TargetPort,
|
||||
TargetPort: tp,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue