Skip to content

Commit

Permalink
Update kusama.mbelt3.staking-processor.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrvano authored Dec 6, 2024
1 parent 8528ddf commit 317b295
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .helm/kusama.mbelt3.staking-processor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ environment: mbelt3-prod
chain: kusama
role: staking-processor
replicas: 1
limits: {cpu: 450m, memory: 10096Mi}
requests: {cpu: 350m, memory: 10096Mi}
limits: {cpu: 450m, memory: 4096Mi}
requests: {cpu: 350m, memory: 4096Mi}
vault:
role: "mbelt"
secret: "secret/mbelt/mbelt3_kusama"
additional_args:
- "--max_old_space_size=4096"
env:
substrate_uri: ws://10.51.15.3:9934
substrate_uri: ws://substrate-ws-proxy-prod.kusama.svc.cluster.local:9944
log_level: info
network_id: 2
mode: STAKING_PROCESSOR
Expand Down

0 comments on commit 317b295

Please sign in to comment.