increase volume size for Mainnet Geth to 1TB

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-01-27 16:33:48 +01:00
parent 37b4e558b2
commit 87a0503c22
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ module "nimbus_geth_mainnet" {
/* Scaling */
instance_type = "t3a.xlarge"
root_vol_size = 10
data_vol_size = 700
data_vol_size = 1000
data_vol_type = "gp2"
host_count = 1