mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #17409 from bprashanth/clean1
Fix port typo, fix tests
This commit is contained in:
commit
01b371370d
@ -123,7 +123,7 @@ func svcByName(name string, port int) *api.Service {
|
|||||||
"name": name,
|
"name": name,
|
||||||
},
|
},
|
||||||
Ports: []api.ServicePort{{
|
Ports: []api.ServicePort{{
|
||||||
Port: 9376,
|
Port: port,
|
||||||
TargetPort: intstr.FromInt(port),
|
TargetPort: intstr.FromInt(port),
|
||||||
}},
|
}},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user