From e44528627c9ddd189833347528a024de8ad1a616 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Fri, 21 Aug 2026 15:53:26 +0300 Subject: [PATCH] ++ pin pgbouncer service to LoadBalancer with elb annotations --- clusters/brusnika-prod/infrastructure/patches/pgbouncer.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/clusters/brusnika-prod/infrastructure/patches/pgbouncer.yaml b/clusters/brusnika-prod/infrastructure/patches/pgbouncer.yaml index 0dd943c..90ab091 100644 --- a/clusters/brusnika-prod/infrastructure/patches/pgbouncer.yaml +++ b/clusters/brusnika-prod/infrastructure/patches/pgbouncer.yaml @@ -19,7 +19,10 @@ spec: service: enabled: true - type: NodePort + type: LoadBalancer + annotations: + kubernetes.io/elb.id: 8cdf5c95-0740-431a-9ef8-d5d76689d0cf + kubernetes.io/elb.class: union serviceAccount: create: true