store-db: bump data volume from 150 GB to 250 GB
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
040b9d4949
commit
45f83b0039
|
@ -31,7 +31,7 @@ locals {
|
|||
db_ac_type = "ecs.c6.large"
|
||||
db_gc_type = "c2d-highcpu-2"
|
||||
|
||||
store_db_data_vol_size = 150
|
||||
store_db_data_vol_size = 250
|
||||
}
|
||||
staging = {
|
||||
/* Settings specific to the test fleet/workspace. */
|
||||
|
|
Loading…
Reference in New Issue