mainnet: bump data volume to 1.3 TB on bootstrap nodes

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-08-26 19:02:38 +02:00
parent c49ba92c83
commit f5545a0365
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ module "nimbus_nodes_mainnet_stable_small" {
/* Scaling */ /* Scaling */
type = "t3a.large" type = "t3a.large"
root_vol_size = 30 root_vol_size = 30
data_vol_size = 1000 data_vol_size = 1300
data_vol_type = "gp2" data_vol_type = "gp2"
host_count = 2 host_count = 2