Skip to content

Commit d5bb136

Browse files
authored
docs: delete references to adding database replicas (#21077)
Removes references to adding database replicas from the scaling docs, as Coder only allows a single connection URL. These passages where added in error.
1 parent e17b47f commit d5bb136

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

docs/admin/infrastructure/validated-architectures/2k-users.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,11 @@ deployment reliability under load.
4747
- Nodes can be distributed in 2 regions, not necessarily evenly split, depending
4848
on developer team sizes
4949

50-
### Database nodes
50+
### Database node
5151

52-
| Users | Node capacity | Replicas | Storage | GCP | AWS | Azure |
53-
|-------------|----------------------|----------|---------|---------------------|----------------|-------------------|
54-
| Up to 2,000 | 4 vCPU, 16 GB memory | 1 node | 1 TB | `db-custom-4-15360` | `db.m5.xlarge` | `Standard_D4s_v3` |
55-
56-
**Footnotes**:
57-
58-
- Consider adding more replicas if the workspace activity is higher than 500
59-
workspace builds per day or to achieve higher RPS.
52+
| Users | Node capacity | Storage | GCP | AWS | Azure |
53+
|-------------|----------------------|---------|---------------------|----------------|-------------------|
54+
| Up to 2,000 | 4 vCPU, 16 GB memory | 1 TB | `db-custom-4-15360` | `db.m5.xlarge` | `Standard_D4s_v3` |
6055

6156
**Footnotes for AWS instance types**:
6257

docs/admin/infrastructure/validated-architectures/3k-users.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,11 @@ continuously improve the reliability and performance of the platform.
5050
and cloud areas, consider different namespaces in favor of zero-trust or
5151
multi-cloud deployments.
5252

53-
### Database nodes
53+
### Database node
5454

55-
| Users | Node capacity | Replicas | Storage | GCP | AWS | Azure |
56-
|-------------|----------------------|----------|---------|---------------------|-----------------|-------------------|
57-
| Up to 3,000 | 8 vCPU, 32 GB memory | 2 nodes | 1.5 TB | `db-custom-8-30720` | `db.m5.2xlarge` | `Standard_D8s_v3` |
58-
59-
**Footnotes**:
60-
61-
- Consider adding more replicas if the workspace activity is higher than 1500
62-
workspace builds per day or to achieve higher RPS.
55+
| Users | Node capacity | Storage | GCP | AWS | Azure |
56+
|-------------|----------------------|---------|---------------------|-----------------|-------------------|
57+
| Up to 3,000 | 8 vCPU, 32 GB memory | 1.5 TB | `db-custom-8-30720` | `db.m5.2xlarge` | `Standard_D8s_v3` |
6358

6459
**Footnotes for AWS instance types**:
6560

0 commit comments

Comments
 (0)