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:
parent
c49ba92c83
commit
f5545a0365
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue