For migration purposes we must expose postgres outside of k8s cluster, our main exposure method is a NodePort.
It would be nice if cluster CRD will allow to alter service type to a NodePort and optionally specify a value for nodeport number
I would also like this option!
Sounds like a reasonable small PR to do. There is some code already around service creation and config so that would be the place to start. (compare lb vs non lb service)
There is a WIP PR https://github.com/zalando/postgres-operator/pull/994 from me
Thanks. I am waiting for this option too
Most helpful comment
There is a WIP PR https://github.com/zalando/postgres-operator/pull/994 from me