Closed spron-in closed 1 year ago
Tell us about the feature
We allow users to expose database clusters and its components through various Service Types, including load balancers.
There is a use case, where user wants to have a static IP-address for the load balancer. This also includes internal load balancers in the clouds.
This can be done through loadBalancerIP field. {code:java} spec: loadBalancerIP: 1.2.3.4 type: LoadBalancer{code}
loadBalancerIP
{code:java} spec: pgPrimary: expose: serviceType: LoadBalancer loadBalancerIP: 1.2.3.4 pgReplicas: expose: serviceType: LoadBalancer pgBouncer: expose: serviceType: LoadBalancer loadBalancerIP: 1.2.3.4 {code}
Link to JIRA
Community Note
Tell us about the feature
We allow users to expose database clusters and its components through various Service Types, including load balancers.
There is a use case, where user wants to have a static IP-address for the load balancer. This also includes internal load balancers in the clouds.
This can be done through
loadBalancerIP
field. {code:java} spec: loadBalancerIP: 1.2.3.4 type: LoadBalancer{code}{code:java} spec: pgPrimary: expose: serviceType: LoadBalancer loadBalancerIP: 1.2.3.4 pgReplicas: expose: serviceType: LoadBalancer pgBouncer: expose: serviceType: LoadBalancer loadBalancerIP: 1.2.3.4 {code}
Link to JIRA