mainnet: bump AWS host data volume to 300 GB

Already getting close to 200 GB.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-03-02 14:12:11 +01:00
parent 5783656224
commit 1564924b32
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ module "nimbus_nodes_mainnet_stable_small" {
/* Scaling */ /* Scaling */
type = "t3a.large" type = "t3a.large"
root_vol_size = 20 root_vol_size = 20
data_vol_size = 200 data_vol_size = 300
data_vol_type = "gp2" data_vol_type = "gp2"
host_count = 2 host_count = 2