Skip to content

Commit da97e60

Browse files
committed
formatting
1 parent 5669d1b commit da97e60

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/admin/architectures/validated-arch.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -212,22 +212,21 @@ resource "kubernetes_deployment" "coder" {
212212

213213
For sizing recommendations, see the below reference architectures:
214214

215-
[Up to 1,000 users](1k-users.md)
215+
- [Up to 1,000 users](1k-users.md)
216216

217-
[Up to 2,000 users](2k-users.md)
217+
- [Up to 2,000 users](2k-users.md)
218218

219-
[Up to 3,000 users](3k-users.md)
219+
- [Up to 3,000 users](3k-users.md)
220220

221221
### Networking
222222

223223
It is likely your enterprise deploys Kubernetes clusters with various networking
224224
restrictions. With this in mind, Coder requires the following connectivity:
225225

226226
- Egress from workspace compute to the Coder control plane pods
227-
- Egress from control plane pods to your PostgreSQL database
228-
- Egress from control plane pods to your version control and artifact
229-
repositories
230-
- Ingress from user endpoints to the control plane Load Balancer or Ingress
227+
- Egress from control plane pods to Coder's PostgreSQL database
228+
- Egress from control plane pods to git and package repositories
229+
- Ingress from user devices to the control plane Load Balancer or Ingress
231230
controller
232231

233232
We recommend configuring your network policies in accordance with the above.

0 commit comments

Comments
 (0)