Hi,
We are using helm to deploy neo4j on a kubernetes cluster starting with this repo:
GitHub
neo4j-contrib/kubernetes-neo4j
(RETIRED) Kubernetes experiments with Neo4j. See updated Helm Repo - neo4j-contrib/kubernetes-...
So, read replicas should advertised a fqdn in the k8s cluster, like: bolt://neo4j-replica-3562563584-sckr8.neo4j-replicas.neo4j.svc.cluster.local:7687, like the cores do, right ? (to be available for apps outside of the neo4j namespace), not just:
ca...