Skip to content
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