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:
Jakub Sokołowski 2024-07-04 16:54:24 +02:00
parent 040b9d4949
commit 45f83b0039
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -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. */