File tree Expand file tree Collapse file tree 1 file changed +0
-37
lines changed
scaletest/terraform/action Expand file tree Collapse file tree 1 file changed +0
-37
lines changed Original file line number Diff line number Diff line change @@ -22,41 +22,4 @@ locals {
22
22
cidr = " 10.202.0.0/24"
23
23
}
24
24
}
25
-
26
- scenarios = {
27
- small = {
28
- coder = {
29
- nodepool_size = 1
30
- machine_type = " t2d-standard-4"
31
- replicas = 1
32
- cpu_request = " 1000m"
33
- mem_request = " 6Gi"
34
- cpu_limit = " 2000m"
35
- mem_limit = " 12Gi"
36
- }
37
- provisionerd = {
38
- replicas = 1
39
- cpu_request = " 100m"
40
- mem_request = " 1Gi"
41
- cpu_limit = " 1000m"
42
- mem_limit = " 1Gi"
43
- }
44
- workspaces = {
45
- nodepool_size = 1
46
- machine_type = " t2d-standard-4"
47
- cpu_request = " 100m"
48
- mem_request = " 128Mi"
49
- cpu_limit = " 100m"
50
- mem_limit = " 128Mi"
51
- }
52
- misc = {
53
- nodepool_size = 1
54
- machine_type = " t2d-standard-4"
55
- }
56
- cloudsql = {
57
- tier = " db-f1-micro"
58
- max_connections = 500
59
- }
60
- }
61
- }
62
25
}
You can’t perform that action at this time.
0 commit comments