postgres-operator
postgres-operator copied to clipboard
WIP: Allow NodePort type for master service
This commit introduces new property to a postgresql spec serviceNodePort. It enable NodePort type service for master role with automatic port allocation if value is 0. Othewise it takes desired port number like 30025.
Signed-off-by: Dinar Valeev [email protected]
tests to be added
will this merge into master and be available for users?
Any news on this one? Really interested on this functionality
should we also have NodePort support for pooler as well since we're doing this?