File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -212,22 +212,21 @@ resource "kubernetes_deployment" "coder" {
212
212
213
213
For sizing recommendations, see the below reference architectures:
214
214
215
- [ Up to 1,000 users] ( 1k-users.md )
215
+ - [ Up to 1,000 users] ( 1k-users.md )
216
216
217
- [ Up to 2,000 users] ( 2k-users.md )
217
+ - [ Up to 2,000 users] ( 2k-users.md )
218
218
219
- [ Up to 3,000 users] ( 3k-users.md )
219
+ - [ Up to 3,000 users] ( 3k-users.md )
220
220
221
221
### Networking
222
222
223
223
It is likely your enterprise deploys Kubernetes clusters with various networking
224
224
restrictions. With this in mind, Coder requires the following connectivity:
225
225
226
226
- 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
231
230
controller
232
231
233
232
We recommend configuring your network policies in accordance with the above.
You can’t perform that action at this time.
0 commit comments