From d4f09f621e8d8e267f67958c79c528540089c26d Mon Sep 17 00:00:00 2001 From: PhilWindle Date: Fri, 24 Jan 2025 16:56:23 +0000 Subject: [PATCH] Updated ethereum resource config --- spartan/aztec-network/values/exp-2.yaml | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/spartan/aztec-network/values/exp-2.yaml b/spartan/aztec-network/values/exp-2.yaml index eae2e5fa9e5..7a63ed2807e 100644 --- a/spartan/aztec-network/values/exp-2.yaml +++ b/spartan/aztec-network/values/exp-2.yaml @@ -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"