status.prod: double size of all hosts before release
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
6a730e7d4d
commit
abb457b196
|
@ -27,9 +27,13 @@ locals {
|
||||||
|
|
||||||
/* Settings specific to the test fleet/workspace. */
|
/* Settings specific to the test fleet/workspace. */
|
||||||
prod = {
|
prod = {
|
||||||
db_do_type = "s-8vcpu-16gb"
|
node_do_type = "s-2vcpu-4gb"
|
||||||
db_ac_type = "ecs.c6.2xlarge"
|
node_ac_type = "ecs.t5-lc1m2.large"
|
||||||
db_gc_type = "c2d-highcpu-8"
|
node_gc_type = "c2d-highcpu-2"
|
||||||
|
|
||||||
|
db_do_type = "c2-16vcpu-32gb-intel"
|
||||||
|
db_ac_type = "ecs.c6.4xlarge"
|
||||||
|
db_gc_type = "c2d-highcpu-16"
|
||||||
|
|
||||||
store_db_data_vol_size = 320
|
store_db_data_vol_size = 320
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue