Question
Expose NEO4J database port externaly
Hi All
I have a kubernetes instance in digital ocean, i have configured ingress correctly with nginx and everything that work as http work well.
No i have to expose a TCP port ( the protocol used is called bold, I’m not sure if this protocol use WebSockets or not ), the port is 7687.
With a classic ingress, the driver fail to connect with the database ( Neo4J ).
How i can open a TCP port outside?
thanks in advance
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×