File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,12 @@ This is a reference architecture for Coder on [Google Kubernetes Engine](#). We
22
22
- ** Replica count** : ` 1 `
23
23
- ** Provisioner daemons** : ` 30 `
24
24
- ** Template** : [ kubernetes example] ( https://github.com/coder/coder/tree/main/examples/templates/kubernetes )
25
+ - ** Coder server limits** :
26
+ - CPU: ` 2 cores `
27
+ - RAM: ` 4 GB `
28
+ - ** Coder server requests** :
29
+ - CPU: ` 2 cores `
30
+ - RAM: ` 4 GB `
25
31
26
32
## 100 users
27
33
@@ -48,3 +54,9 @@ For deployments with 100+ users, we recommend running the Coder server in a sepa
48
54
- ** Replica count** : ` 4 `
49
55
- ** Provisioner daemons** : ` 25 `
50
56
- ** Template** : [ kubernetes example] ( https://github.com/coder/coder/tree/main/examples/templates/kubernetes )
57
+ - ** Coder server limits** :
58
+ - CPU: ` 4 cores `
59
+ - RAM: ` 8 GB `
60
+ - ** Coder server requests** :
61
+ - CPU: ` 4 cores `
62
+ - RAM: ` 8 GB `
You can’t perform that action at this time.
0 commit comments