status.staging: double size of DB hosts

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

View File

@ -38,7 +38,9 @@ locals {
store_db_data_vol_size = 320
}
staging = {
/* Settings specific to the test fleet/workspace. */
db_do_type = "s-2vcpu-4gb"
db_ac_type = "ecs.t5-lc1m2.large"
db_gc_type = "c2d-highcpu-2"
}
}
}