geth: bump Goerli node data volume to 300 GB

We are already at ~165 GB of Goerli chain data.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-08-16 18:50:12 +02:00
parent 7ec7641eed
commit 86461527b6
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ module "nimbus_geth_goerli" {
/* Scaling */
type = "t3a.large"
root_vol_size = 10
data_vol_size = 200
data_vol_size = 300
data_vol_type = "gp2"
host_count = 1