I've installed the "Crunchy Postgres for Kubernetes" operator on our OpenShift 4.8 cluster. Everything seems to work great, but I was interested in using the "pgo" command line tool for interacting with database cluster, and I'm not sure what I should be using for the value of PGO_APISERVER_URL.
The operator only installs a single pod ("pgo-5bc75457fb-h9mn9"), and no services.
With an active database cluster, I see the following services, none of which appear to be an api server:
example-cluster-ha ClusterIP 172.30.243.1 <none> 5432/TCP 14m
example-cluster-ha-config ClusterIP None <none> <none> 14m
example-cluster-pgbouncer ClusterIP 172.30.70.80 <none> 5432/TCP 14m
example-cluster-pods ClusterIP None <none> <none> 14m
example-cluster-primary ClusterIP None <none> 5432/TCP 14m
example-cluster-replicas ClusterIP 172.30.203.131 <none> 5432/TCP 14m
With what service is the cli meant to interact?