mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Fix port typo, fix tests
This commit is contained in:
parent
65cdb12a1c
commit
4f3e007581
@ -123,7 +123,7 @@ func svcByName(name string, port int) *api.Service {
|
||||
"name": name,
|
||||
},
|
||||
Ports: []api.ServicePort{{
|
||||
Port: 9376,
|
||||
Port: port,
|
||||
TargetPort: intstr.FromInt(port),
|
||||
}},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user