I’ve deployed the postgres db, operator using helm charts. I was able to connect to the DB using PG client pod.
I need to switch from clusterIP to load balancer so that I can connect to the DB from external clients.
When I tried to add expose type to LoadBalancer, and run helm upgrade, pgbouncer service hangs in pending mode as shown below
Any thoughts would be much appreciated.
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE SELECTOR
ppg-db-pgbouncer LoadBalancer 172.20.133.11 5432:32060/TCP 2d2h postgres-operator.crunchydata.com/cluster=ppg-db,postgres-operator.crunchydata.com/role=pgbouncer