Minor fix
This commit is contained in:
parent
46ff4bb738
commit
7c9b459919
|
|
@ -2318,7 +2318,9 @@ func (c *Cluster) generateConnectionPoolerService(spec *acidv1.PostgresSpec, rol
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Type: v1.ServiceTypeClusterIP,
|
Type: v1.ServiceTypeClusterIP,
|
||||||
Selector: map[string]string{"connection-pooler": c.connectionPoolerName(role)},
|
Selector: map[string]string{
|
||||||
|
"connection-pooler": c.connectionPoolerName(role),
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
service := &v1.Service{
|
service := &v1.Service{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue