geth: lower size of goerli host to t3a.medium

More memory is only necessary when syncing from scratch.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-01-14 12:08:42 +01:00
parent ab017c29bb
commit 701ca85795
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ module "nimbus_geth_goerli" {
domain = var.domain domain = var.domain
/* Scaling */ /* Scaling */
instance_type = "t3a.large" instance_type = "t3a.medium"
root_vol_size = 10 root_vol_size = 10
data_vol_size = 50 data_vol_size = 50
data_vol_type = "gp2" data_vol_type = "gp2"