typo in service name
This commit is contained in:
		
							parent
							
								
									3bd9b3b42f
								
							
						
					
					
						commit
						b8fba429df
					
				|  | @ -247,7 +247,7 @@ func (c *Cluster) genService(allowedSourceRanges []string) *v1.Service { | |||
| 		}, | ||||
| 		Spec: v1.ServiceSpec{ | ||||
| 			Type:  v1.ServiceTypeLoadBalancer, | ||||
| 			Ports: []v1.ServicePort{{Name: "Postgresql", Port: 5432, TargetPort: intstr.IntOrString{IntVal: 5432}}}, | ||||
| 			Ports: []v1.ServicePort{{Name: "postgresql", Port: 5432, TargetPort: intstr.IntOrString{IntVal: 5432}}}, | ||||
| 			LoadBalancerSourceRanges: allowedSourceRanges, | ||||
| 		}, | ||||
| 	} | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue