mainnet: bump data volume from 800GB to 1TB
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
06a2d56d5f
commit
0125b27232
|
@ -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 = 800
|
data_vol_size = 1000
|
||||||
data_vol_type = "gp2"
|
data_vol_type = "gp2"
|
||||||
host_count = 2
|
host_count = 2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue