Skip to content

Commit

Permalink
Updated ethereum resource config
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilWindle committed Jan 24, 2025
1 parent 206ca8d commit d4f09f6
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions spartan/aztec-network/values/exp-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,21 @@ jobs:
enable: false

ethereum:
resources:
requests:
memory: "5Gi"
cpu: "1.5"
execution:
resources:
requests:
memory: "5Gi"
cpu: "1.5"
storageSize: "80Gi"
beacon:
resources:
requests:
memory: "5Gi"
cpu: "1.5"
storageSize: "80Gi"
validator:
resources:
requests:
memory: "5Gi"
cpu: "1.5"
storageSize: "80Gi"

0 comments on commit d4f09f6

Please sign in to comment.