Skip to content

Commit

Permalink
chore: Ensure devnet has unproven config (#11302)
Browse files Browse the repository at this point in the history
This PR removes the fully proven prover agents from devnet. The network
is unproven so these are not necessary. It also reduces further the
throughput of masternet.
  • Loading branch information
PhilWindle authored Jan 17, 2025
1 parent a718b15 commit 085f782
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
4 changes: 2 additions & 2 deletions spartan/aztec-network/values/rc-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ bootNode:
storageSize: "100Gi"

proverAgent:
replicas: 20
replicas: 2
bb:
hardwareConcurrency: 31
gke:
Expand All @@ -138,7 +138,7 @@ proverAgent:
bot:
followChain: "PENDING"
enabled: true
txIntervalSeconds: 10
txIntervalSeconds: 900

jobs:
deployL1Verifier:
Expand Down
12 changes: 2 additions & 10 deletions spartan/aztec-network/values/release-devnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,13 @@ bootNode:
disabled: true

proverAgent:
replicas: 10
bb:
hardwareConcurrency: 31
gke:
spotEnabled: true
resources:
requests:
memory: "116Gi"
cpu: "31"
replicas: 1

bot:
followChain: "PENDING"
feePaymentMethod: "none" # disabled until the bot can fund itself
enabled: true
txIntervalSeconds: 200
txIntervalSeconds: 30

network:
public: true
Expand Down

0 comments on commit 085f782

Please sign in to comment.