File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
scaletest/terraform/action Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -27,34 +27,34 @@ locals {
27
27
small = {
28
28
coder = {
29
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"
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
36
}
37
37
provisionerd = {
38
- replicas = 1
38
+ replicas = 1
39
39
cpu_request = " 100m"
40
40
mem_request = " 1Gi"
41
- cpu_limit = " 1000m"
42
- mem_limit = " 1Gi"
41
+ cpu_limit = " 1000m"
42
+ mem_limit = " 1Gi"
43
43
}
44
44
workspaces = {
45
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"
46
+ machine_type = " t2d-standard-4"
47
+ cpu_request = " 100m"
48
+ mem_request = " 128Mi"
49
+ cpu_limit = " 100m"
50
+ mem_limit = " 128Mi"
51
51
}
52
52
misc = {
53
53
nodepool_size = 1
54
- machine_type = " t2d-standard-4"
54
+ machine_type = " t2d-standard-4"
55
55
}
56
56
cloudsql = {
57
- tier = " db-f1-micro"
57
+ tier = " db-f1-micro"
58
58
max_connections = 500
59
59
}
60
60
}
You can’t perform that action at this time.
0 commit comments