Skip to content

Commit

Permalink
chore: deploy high tps master network (#11245)
Browse files Browse the repository at this point in the history
Changes namespaces to `master-rc` and `master-exp`
  • Loading branch information
just-mitch authored Jan 31, 2025
1 parent 6b09a9f commit 20fc3e9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
19 changes: 17 additions & 2 deletions .github/workflows/nightly-masternet-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,25 @@ jobs:
with:
ref: master
cluster: aztec-gke-private
namespace: masternet
namespace: master-rc-1
values_file: rc-1.yaml
aztec_docker_image: aztecprotocol/aztec@${{ needs.get-latest-commit.outputs.commit }}
deployment_mnemonic_secret_name: testnet-deployment-mnemonic
deployment_mnemonic_secret_name: junk-mnemonic
respect_tf_lock: "false"
run_terraform_destroy: "true"
secrets:
GCP_SA_KEY: ${{ secrets.GCP_SA_KEY }}

deploy-network-exp:
needs: get-latest-commit
uses: ./.github/workflows/network-deploy.yml
with:
ref: master
cluster: aztec-gke-private
namespace: master-exp-2
values_file: exp-2.yaml
aztec_docker_image: aztecprotocol/aztec@${{ needs.get-latest-commit.outputs.commit }}
deployment_mnemonic_secret_name: junk-mnemonic
respect_tf_lock: "false"
run_terraform_destroy: "true"
secrets:
Expand Down
6 changes: 3 additions & 3 deletions spartan/aztec-network/values/exp-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ validator:
validator:
disabled: false
sequencer:
maxTxsPerBlock: 4
maxTxsPerBlock: 40
enforceTimeTable: true

bootNode:
Expand All @@ -303,7 +303,7 @@ bootNode:
maxOldSpaceSize: "4608"

proverAgent:
replicas: 2
replicas: 8

proverBroker:
resources:
Expand All @@ -322,7 +322,7 @@ proverNode:
maxOldSpaceSize: "11776"

bot:
replicas: 1
replicas: 10
followChain: "NONE"
enabled: true
txIntervalSeconds: 1
Expand Down

0 comments on commit 20fc3e9

Please sign in to comment.