From 214ff4b154b5ebffcf324228bd7a64876a695485 Mon Sep 17 00:00:00 2001 From: Ashley McClelland Date: Wed, 4 Aug 2021 10:21:25 -0700 Subject: [PATCH] Update architecture.md Remove ports section, no longer true --- setup/architecture.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/setup/architecture.md b/setup/architecture.md index 8f589acad..823973793 100644 --- a/setup/architecture.md +++ b/setup/architecture.md @@ -13,16 +13,6 @@ Each component runs in its own Kubernetes pod. ![Architecture](../assets/setup/coderd-arch-basic.png) -## Ports - -The following is a list of the listening ports associated with Coder resources -in the cluster. The environment ports are: - -- code-server: `13337` -- envagent (used for shell sessions): `26337` -- envagent (SSH proxy): `12212` -- For external traffic: 80, 443 - ## Deployment options There are two ways to deploy Coder: