Commit 4570328e authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

fix: reth-builder volume claim (#771)

parent 4c4831bc
......@@ -3,7 +3,7 @@ participants:
cl_type: teku
- el_type: nethermind
cl_type: prysm
- el_type: erigon
- el_type: geth # temp remove erigon till they fix their bugs
cl_type: nimbus
- el_type: besu
cl_type: lighthouse
......
......@@ -164,6 +164,7 @@ VOLUME_SIZE = {
"nethermind_volume_size": 1000000, # 1TB
"besu_volume_size": 1000000, # 1TB
"reth_volume_size": 3000000, # 3TB
"reth-builder_volume_size": 3000000, # 3TB
"ethereumjs_volume_size": 1000000, # 1TB
"nimbus_eth1_volume_size": 1000000, # 1TB
"prysm_volume_size": 500000, # 500GB
......@@ -179,6 +180,7 @@ VOLUME_SIZE = {
"nethermind_volume_size": 300000, # 300GB
"besu_volume_size": 300000, # 300GB
"reth_volume_size": 500000, # 500GB
"reth-builder_volume_size": 500000, # 500GB
"ethereumjs_volume_size": 300000, # 300GB
"nimbus_eth1_volume_size": 300000, # 300GB
"prysm_volume_size": 150000, # 150GB
......@@ -194,6 +196,7 @@ VOLUME_SIZE = {
"nethermind_volume_size": 100000, # 100GB
"besu_volume_size": 100000, # 100GB
"reth_volume_size": 200000, # 200GB
"reth-builder_volume_size": 200000, # 200GB
"ethereumjs_volume_size": 100000, # 100GB
"nimbus_eth1_volume_size": 100000, # 100GB
"prysm_volume_size": 100000, # 100GB
......@@ -209,6 +212,7 @@ VOLUME_SIZE = {
"nethermind_volume_size": 100000, # 100GB
"besu_volume_size": 100000, # 100GB
"reth_volume_size": 200000, # 200GB
"reth-builder_volume_size": 200000, # 200GB
"ethereumjs_volume_size": 100000, # 100GB
"nimbus_eth1_volume_size": 100000, # 100GB
"prysm_volume_size": 100000, # 100GB
......@@ -224,6 +228,7 @@ VOLUME_SIZE = {
"nethermind_volume_size": 3000, # 3GB
"besu_volume_size": 3000, # 3GB
"reth_volume_size": 3000, # 3GB
"reth-builder_volume_size": 3000, # 3GB
"ethereumjs_volume_size": 3000, # 3GB
"nimbus_eth1_volume_size": 3000, # 3GB
"prysm_volume_size": 1000, # 1GB
......@@ -239,6 +244,7 @@ VOLUME_SIZE = {
"nethermind_volume_size": 3000, # 3GB
"besu_volume_size": 3000, # 3GB
"reth_volume_size": 3000, # 3GB
"reth-builder_volume_size": 3000, # 3GB
"ethereumjs_volume_size": 3000, # 3GB
"nimbus_eth1_volume_size": 3000, # 3GB
"prysm_volume_size": 1000, # 1GB
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment