Hi all. I am currently migrating some stateful dep...
# all-things-deployment
b
Hi all. I am currently migrating some stateful dependencies of Datahub (Postgres, Kafka, Neo4j, ES) from Kubernetes to VM and I have a few questions. My first question is about the
neo4j.uri
config in values.yaml. I see that using Kubernetes, it can be specified as
<bolt://prerequisites-neo4j-community>
without specifying port 7687. How about using host from VM which is typically an IP address? Do we need to explicitly specify the port? Something like
<bolt://172.32.31.18:7687>
a
Yes, I believe you’ll need to specify the port- I think you can find similar threads about IP addresses in recipes in the slack history