postgres-operator icon indicating copy to clipboard operation
postgres-operator copied to clipboard

WIP: Allow NodePort type for master service

Open k0da opened this issue 4 years ago • 4 comments

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]

k0da avatar May 27 '20 08:05 k0da

tests to be added

k0da avatar May 27 '20 08:05 k0da

will this merge into master and be available for users?

shiyan0109 avatar Mar 09 '22 06:03 shiyan0109

Any news on this one? Really interested on this functionality

yevon avatar Aug 15 '22 20:08 yevon

should we also have NodePort support for pooler as well since we're doing this?

ntcong avatar Sep 05 '23 08:09 ntcong