status.prod: double size of all hosts before release

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-08-28 11:18:19 +02:00
parent 6a730e7d4d
commit abb457b196
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 7 additions and 3 deletions

View File

@ -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
} }