store-db: double the size of prod DB hosts
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
91117c823c
commit
76788ba471
|
@ -27,9 +27,9 @@ locals {
|
|||
|
||||
/* Settings specific to the test fleet/workspace. */
|
||||
prod = {
|
||||
db_do_type = "s-2vcpu-4gb"
|
||||
db_ac_type = "ecs.c6.large"
|
||||
db_gc_type = "c2d-highcpu-2"
|
||||
db_do_type = "s-4vcpu-8gb"
|
||||
db_ac_type = "ecs.c6.xlarge"
|
||||
db_gc_type = "c2d-highcpu-4"
|
||||
|
||||
store_db_data_vol_size = 320
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue