Currently using the neo4j helm charts to deploy neo4j:5.15.0-community and everything seems to be working locally with no issues. I am able to run the cypher shell command to test out the auto-generated password and that works.
NAME READY STATUS RESTARTS AGE
pod/neo4j-0 1/1 Running 0 3h11m
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/neo4j ClusterIP 10.43.95.215 <none> 7687/TCP,7474/TCP 3h11m
service/neo4j-admin ClusterIP 10.43.40.215 <none> 7687/TCP,7474/TCP 3h11m
I am using Istio to setup a virtual service as a reverse proxy. I can access the applications /browser/ UI just fine, but I'm missing something when it comes to getting the Connect to Neo4J to work. Currently attempting to connect using bolt, which I read used TCP.
Not sure if someone can point me towards some documentation here that may help.