Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ethereum-package
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
ethereum-package
Commits
4570328e
Unverified
Commit
4570328e
authored
Sep 23, 2024
by
Barnabas Busa
Committed by
GitHub
Sep 23, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: reth-builder volume claim (#771)
parent
4c4831bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
mix-assert.yaml
.github/tests/mix-assert.yaml
+1
-1
constants.star
src/package_io/constants.star
+6
-0
No files found.
.github/tests/mix-assert.yaml
View file @
4570328e
...
@@ -3,7 +3,7 @@ participants:
...
@@ -3,7 +3,7 @@ participants:
cl_type
:
teku
cl_type
:
teku
-
el_type
:
nethermind
-
el_type
:
nethermind
cl_type
:
prysm
cl_type
:
prysm
-
el_type
:
erigon
-
el_type
:
geth
# temp remove erigon till they fix their bugs
cl_type
:
nimbus
cl_type
:
nimbus
-
el_type
:
besu
-
el_type
:
besu
cl_type
:
lighthouse
cl_type
:
lighthouse
...
...
src/package_io/constants.star
View file @
4570328e
...
@@ -164,6 +164,7 @@ VOLUME_SIZE = {
...
@@ -164,6 +164,7 @@ VOLUME_SIZE = {
"nethermind_volume_size": 1000000, # 1TB
"nethermind_volume_size": 1000000, # 1TB
"besu_volume_size": 1000000, # 1TB
"besu_volume_size": 1000000, # 1TB
"reth_volume_size": 3000000, # 3TB
"reth_volume_size": 3000000, # 3TB
"reth-builder_volume_size": 3000000, # 3TB
"ethereumjs_volume_size": 1000000, # 1TB
"ethereumjs_volume_size": 1000000, # 1TB
"nimbus_eth1_volume_size": 1000000, # 1TB
"nimbus_eth1_volume_size": 1000000, # 1TB
"prysm_volume_size": 500000, # 500GB
"prysm_volume_size": 500000, # 500GB
...
@@ -179,6 +180,7 @@ VOLUME_SIZE = {
...
@@ -179,6 +180,7 @@ VOLUME_SIZE = {
"nethermind_volume_size": 300000, # 300GB
"nethermind_volume_size": 300000, # 300GB
"besu_volume_size": 300000, # 300GB
"besu_volume_size": 300000, # 300GB
"reth_volume_size": 500000, # 500GB
"reth_volume_size": 500000, # 500GB
"reth-builder_volume_size": 500000, # 500GB
"ethereumjs_volume_size": 300000, # 300GB
"ethereumjs_volume_size": 300000, # 300GB
"nimbus_eth1_volume_size": 300000, # 300GB
"nimbus_eth1_volume_size": 300000, # 300GB
"prysm_volume_size": 150000, # 150GB
"prysm_volume_size": 150000, # 150GB
...
@@ -194,6 +196,7 @@ VOLUME_SIZE = {
...
@@ -194,6 +196,7 @@ VOLUME_SIZE = {
"nethermind_volume_size": 100000, # 100GB
"nethermind_volume_size": 100000, # 100GB
"besu_volume_size": 100000, # 100GB
"besu_volume_size": 100000, # 100GB
"reth_volume_size": 200000, # 200GB
"reth_volume_size": 200000, # 200GB
"reth-builder_volume_size": 200000, # 200GB
"ethereumjs_volume_size": 100000, # 100GB
"ethereumjs_volume_size": 100000, # 100GB
"nimbus_eth1_volume_size": 100000, # 100GB
"nimbus_eth1_volume_size": 100000, # 100GB
"prysm_volume_size": 100000, # 100GB
"prysm_volume_size": 100000, # 100GB
...
@@ -209,6 +212,7 @@ VOLUME_SIZE = {
...
@@ -209,6 +212,7 @@ VOLUME_SIZE = {
"nethermind_volume_size": 100000, # 100GB
"nethermind_volume_size": 100000, # 100GB
"besu_volume_size": 100000, # 100GB
"besu_volume_size": 100000, # 100GB
"reth_volume_size": 200000, # 200GB
"reth_volume_size": 200000, # 200GB
"reth-builder_volume_size": 200000, # 200GB
"ethereumjs_volume_size": 100000, # 100GB
"ethereumjs_volume_size": 100000, # 100GB
"nimbus_eth1_volume_size": 100000, # 100GB
"nimbus_eth1_volume_size": 100000, # 100GB
"prysm_volume_size": 100000, # 100GB
"prysm_volume_size": 100000, # 100GB
...
@@ -224,6 +228,7 @@ VOLUME_SIZE = {
...
@@ -224,6 +228,7 @@ VOLUME_SIZE = {
"nethermind_volume_size": 3000, # 3GB
"nethermind_volume_size": 3000, # 3GB
"besu_volume_size": 3000, # 3GB
"besu_volume_size": 3000, # 3GB
"reth_volume_size": 3000, # 3GB
"reth_volume_size": 3000, # 3GB
"reth-builder_volume_size": 3000, # 3GB
"ethereumjs_volume_size": 3000, # 3GB
"ethereumjs_volume_size": 3000, # 3GB
"nimbus_eth1_volume_size": 3000, # 3GB
"nimbus_eth1_volume_size": 3000, # 3GB
"prysm_volume_size": 1000, # 1GB
"prysm_volume_size": 1000, # 1GB
...
@@ -239,6 +244,7 @@ VOLUME_SIZE = {
...
@@ -239,6 +244,7 @@ VOLUME_SIZE = {
"nethermind_volume_size": 3000, # 3GB
"nethermind_volume_size": 3000, # 3GB
"besu_volume_size": 3000, # 3GB
"besu_volume_size": 3000, # 3GB
"reth_volume_size": 3000, # 3GB
"reth_volume_size": 3000, # 3GB
"reth-builder_volume_size": 3000, # 3GB
"ethereumjs_volume_size": 3000, # 3GB
"ethereumjs_volume_size": 3000, # 3GB
"nimbus_eth1_volume_size": 3000, # 3GB
"nimbus_eth1_volume_size": 3000, # 3GB
"prysm_volume_size": 1000, # 1GB
"prysm_volume_size": 1000, # 1GB
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment