Configuration Option to Set Service Type for Connection Pooler #2583
jonathon2nd
started this conversation in
Ideas
Replies: 1 comment
-
If I have overlooked how to do this, please forgive me and point me to the right location in the doc lol. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a specific use case where I need to deploy the connection pooler without using a LoadBalancer service, primarily due to cost considerations of an additional LoadBalancer in our public cloud environment, when instead we could utilize Traefik for TCP routing and loadbalancing.
Currently, if
enableConnectionPooler
is set to true, the operator deploys the connection pooler service, defaulting to a LoadBalancer type.Feature Request:
I propose adding a new configuration option within the postgresql resource definition that allows users to specify the desired service type for the connection pooler. Something along the lines of:
This addition would provide greater flexibility for users in different environments and with various networking setups, allowing for more cost-effective and secure deployments.
Beta Was this translation helpful? Give feedback.
All reactions