++ pin pgbouncer service to LoadBalancer with elb annotations

This commit is contained in:
Kochetkov S 2026-08-21 15:53:26 +03:00
parent b5efcc378c
commit e44528627c

View File

@ -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