Skip to content

Commit

Permalink
Merge pull request #386 from p2p-org/mbelt3/prod
Browse files Browse the repository at this point in the history
Mbelt3/prod
  • Loading branch information
rcrvano authored Apr 10, 2024
2 parents 5d210f5 + ce0d8a2 commit b281d98
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .helm/kusama.mbelt3.block-processor.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
environment: mbelt3-prod
replicas: 1
replicas: 7
chain: kusama
role: block-processor
limits: {cpu: 350m, memory: 1000Mi}
Expand Down
2 changes: 1 addition & 1 deletion .helm/manta.mbelt3.block-processor.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
environment: mbelt3-prod
replicas: 1
replicas: 7
chain: manta
role: block-processor
limits: {cpu: 450m, memory: 1000Mi}
Expand Down
2 changes: 1 addition & 1 deletion .helm/moonbeam.mbelt3.block-processor.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
environment: mbelt3-prod
replicas: 1
replicas: 7
chain: moonbeam
role: block-processor
limits: {cpu: 450m, memory: 1000Mi}
Expand Down
2 changes: 1 addition & 1 deletion .helm/polkadot.mbelt3.block-processor.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
environment: mbelt3-prod
replicas: 1
replicas: 7
chain: polkadot
role: block-processor
limits: {cpu: 250m, memory: 1000Mi}
Expand Down
2 changes: 1 addition & 1 deletion .helm/vara.mbelt3.block-processor.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
environment: mbelt3-prod
replicas: 10
replicas: 7
chain: vara
role: block-processor
limits: {cpu: 250m, memory: 1000Mi}
Expand Down
7 changes: 5 additions & 2 deletions .helm/vara.mbelt3.monitoring.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
environment: mbelt3-prod
replicas: 0
replicas: 1
chain: vara
role: monitoring
image: {repository: eu.gcr.io/substrate-infra/mbelt3_preloader, tag: b6fa5896502a6d09ce7dcd97222b421316f1b8f0}
Expand All @@ -13,7 +13,10 @@ vault:
role: "mbelt"
secret: "secret/mbelt/mbelt3_vara"
env:
substrate_uri: wss://archive-rpc.vara-network.io/
substrate_uri: wss://archive-rpc.vara-network.io/
restart_blocks_uri: http://mbelt-mbelt3-prod-vara-preloader.mbelt3.svc.cluster.local:80/restart-unprocessed-blocks
restart_rounds_uri: http://mbelt-mbelt3-prod-vara-preloader.mbelt3.svc.cluster.local:80/restart-unprocessed-rounds
restart_balances_uri: http://mbelt-mbelt3-prod-vara-preloader.mbelt3.svc.cluster.local:80/restart-balances
log_level: info
network_id: 137
mode: MONITORING
Expand Down

0 comments on commit b281d98

Please sign in to comment.