++ pin pgbouncer service to LoadBalancer with elb annotations
This commit is contained in:
parent
b5efcc378c
commit
e44528627c
@ -19,7 +19,10 @@ spec:
|
|||||||
|
|
||||||
service:
|
service:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: NodePort
|
type: LoadBalancer
|
||||||
|
annotations:
|
||||||
|
kubernetes.io/elb.id: 8cdf5c95-0740-431a-9ef8-d5d76689d0cf
|
||||||
|
kubernetes.io/elb.class: union
|
||||||
|
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
create: true
|
create: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user