Skip to content
Snippets Groups Projects
Commit 1b77b0f9 authored by Daniel Mai's avatar Daniel Mai Committed by Manish R Jain
Browse files

Fix typo in ports usage table Dgraph Server (#2524)

parent 4dd5b36f
No related branches found
No related tags found
No related merge requests found
...@@ -186,7 +186,7 @@ Dgraph cluster nodes use different ports to communicate over gRPC and http. User ...@@ -186,7 +186,7 @@ Dgraph cluster nodes use different ports to communicate over gRPC and http. User
Dgraph Node Type | gRPC-internal | gRPC-external | http-external Dgraph Node Type | gRPC-internal | gRPC-external | http-external
------------------|----------------|---------------|--------------- ------------------|----------------|---------------|---------------
zero | --Not Used-- | 5080 | 6080 zero | --Not Used-- | 5080 | 6080
server | 7080 | 9090 | 8080 server | 7080 | 9080 | 8080
ratel | --Not Used-- | --Not Used-- | 8000 ratel | --Not Used-- | --Not Used-- | 8000
Users have to modify security rules or open firewall depending up on their underlying network to allow communication between cluster nodes and between a server and a client. During development a general rule could be wide open *-external (gRPC/HTTP) ports to public and gRPC-internal to be open within the cluster nodes. Users have to modify security rules or open firewall depending up on their underlying network to allow communication between cluster nodes and between a server and a client. During development a general rule could be wide open *-external (gRPC/HTTP) ports to public and gRPC-internal to be open within the cluster nodes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment