nimbus.geth: bump Goerli data volume to 150 GB

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-02-18 19:37:25 +01:00
parent aebe67a9d8
commit 54c847b9db
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@
- name: infra-role-bootstrap-linux
src: git@github.com:status-im/infra-role-bootstrap-linux.git
version: 5a8e8e182ce638e478ca1c94f5f46baf89c10953
version: 0e4ee0f27944a682c776f6795d933abfc4bedccf
scm: git
- name: infra-role-bootstrap-windows
@ -46,7 +46,7 @@
- name: infra-role-beacon-node-linux
src: git@github.com:status-im/infra-role-beacon-node-linux.git
version: feeecc5c471944819d52a5614346e11dd8e1e223
version: 558b4069d452ab5a58ac5a7ad79ddd6f0ca861e6
scm: git
- name: infra-role-beacon-node-windows
@ -96,7 +96,7 @@
- name: systemd-timer
src: git@github.com:status-im/infra-role-systemd-timer.git
version: fbcc0ce58776c59cf6e0ff9b7d605663ac3e7b95
version: 827033833eaf994d3b6f6ac1b555b90fdf1dd467
scm: git
- name: swap-file

View File

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