Skip to content

Commit 8ca828f

Browse files
authored
chore(spartan): bump default kind resources (#13747)
I noticed this was required to run the kind tests locally
1 parent 7e7eb85 commit 8ca828f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

spartan/aztec-network/resources/default.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@ bootNode:
99
validator:
1010
resources:
1111
requests:
12-
memory: "512Mi"
12+
memory: "1Gi"
1313
limits:
14-
memory: "512Mi"
14+
memory: "1Gi"
1515
cpu: "500m"
1616

1717
fullNode:
1818
resources:
1919
requests:
20-
memory: "512Mi"
20+
memory: "1Gi"
2121
limits:
22-
memory: "512Mi"
22+
memory: "1Gi"
2323
cpu: "500m"
2424

2525
proverNode:
2626
resources:
2727
requests:
28-
memory: "512Mi"
28+
memory: "1Gi"
2929
limits:
30-
memory: "512Mi"
30+
memory: "1Gi"
3131
cpu: "500m"
3232
pxe:
3333
resources:

0 commit comments

Comments
 (0)