From 1b77b0f96dcc437a8f88742c65b02a3d8071c657 Mon Sep 17 00:00:00 2001 From: Daniel Mai <danielmai@users.noreply.github.com> Date: Thu, 9 Aug 2018 17:12:22 -0700 Subject: [PATCH] Fix typo in ports usage table Dgraph Server (#2524) --- wiki/content/deploy/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/content/deploy/index.md b/wiki/content/deploy/index.md index 3cfcd198..80e5d13a 100644 --- a/wiki/content/deploy/index.md +++ b/wiki/content/deploy/index.md @@ -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 ------------------|----------------|---------------|--------------- zero | --Not Used-- | 5080 | 6080 - server | 7080 | 9090 | 8080 + server | 7080 | 9080 | 8080 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. -- GitLab