fix manifest
This commit is contained in:
parent
3dda3f8373
commit
85c1314cff
|
|
@ -6,13 +6,13 @@ metadata:
|
|||
labels:
|
||||
application: db-connection-pooler
|
||||
connection-pooler: acid-minimal-cluster-pooler
|
||||
cluster-name: acid-minimal-cluster
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
application: db-connection-pooler
|
||||
connection-pooler: acid-minimal-cluster-pooler
|
||||
version: acid-minimal-cluster
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
|
|
|||
|
|
@ -293,7 +293,7 @@ func (c *Cluster) generateConnectionPoolerPodTemplate(role PostgresRole) (
|
|||
|
||||
podTemplate := &v1.PodTemplateSpec{
|
||||
ObjectMeta: metav1.ObjectMeta{
|
||||
Labels: c.connectionPoolerLabels(role, true).MatchLabels,
|
||||
Labels: c.connectionPoolerLabels(role, false).MatchLabels,
|
||||
Namespace: c.Namespace,
|
||||
Annotations: c.generatePodAnnotations(spec),
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue