Fix the rest of the code
This commit is contained in:
@@ -410,7 +410,7 @@ func (f *Framework) CreateServiceForSimpleApp(contPort, svcPort int, appName str
|
||||
} else {
|
||||
return []api.ServicePort{{
|
||||
Protocol: "TCP",
|
||||
Port: svcPort,
|
||||
Port: int32(svcPort),
|
||||
TargetPort: intstr.FromInt(contPort),
|
||||
}}
|
||||
}
|
||||
|
Reference in New Issue
Block a user