mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #17409 from bprashanth/clean1
Fix port typo, fix tests
This commit is contained in:
		@@ -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),
 | 
			
		||||
			}},
 | 
			
		||||
		},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user