diff --git a/spartan/aztec-network/values/rc-1.yaml b/spartan/aztec-network/values/rc-1.yaml index 2a57f4b3f0a3..a12f5a5bcc41 100644 --- a/spartan/aztec-network/values/rc-1.yaml +++ b/spartan/aztec-network/values/rc-1.yaml @@ -125,7 +125,7 @@ bootNode: storageSize: "100Gi" proverAgent: - replicas: 20 + replicas: 2 bb: hardwareConcurrency: 31 gke: @@ -138,7 +138,7 @@ proverAgent: bot: followChain: "PENDING" enabled: true - txIntervalSeconds: 10 + txIntervalSeconds: 900 jobs: deployL1Verifier: diff --git a/spartan/aztec-network/values/release-devnet.yaml b/spartan/aztec-network/values/release-devnet.yaml index deb8c5bf26f7..a18c3fe100aa 100644 --- a/spartan/aztec-network/values/release-devnet.yaml +++ b/spartan/aztec-network/values/release-devnet.yaml @@ -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