Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Ensure devnet has unproven config #11302

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading