store-db: increasing data volume to 100GB

Signed-off-by: Alexis Pentori <alexis@status.im>
This commit is contained in:
Alexis Pentori 2024-02-01 12:23:00 +01:00
parent 1813cf46ca
commit 968ebdf925
No known key found for this signature in database
GPG Key ID: 65250D2801E47A10
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ locals {
boot_hosts_count = 1
store_hosts_count = 2
store_db_hosts_count = 1
store_db_data_vol_size = 40
store_db_data_vol_size = 100
do_type = "s-1vcpu-2gb" /* DigitalOcean */
ac_type = "ecs.t5-lc1m2.small" /* Alibaba Cloud */