You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is a feature request, which should be straightforward to implement.
In our k8s environment it is required to have
allocateLoadBalancerNodePorts: false
for loadBalancer type services. The psmdb operator does not currently support such a setting and it defaults to
"allocateLoadBalancerNodePorts: true", without an option to override it.
So instead of relying on the operator to manage this service I have to create a self managed service.
Thanks
Thorsten
Use-Case
No response
Is this a feature you are interested in implementing yourself?