Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
fully working multi validator setup
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba committed Oct 31, 2023
1 parent 84397db commit a3d487d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/sequencer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ config:
# sequencer core images
images:
cometBFT: docker.io/cometbft/cometbft:v0.37.x
sequencer: ghcr.io/astriaorg/sequencer:pr-557
sequencer: ghcr.io/astriaorg/sequencer:pr-558
sequencerRelayer: ghcr.io/astriaorg/sequencer-relayer:0.5.1--sequencer-relayer

ports:
Expand Down
7 changes: 1 addition & 6 deletions validator-values/node0.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Override value example for second validator from main chart
namespace: astria-validator-node1

config:
calicoIP: "192.168.65.120"

# Values for CometBFT node configuration
cometBFT:
moniker: 'node1'
moniker: 'node0'
privNodeKey: HGWRtLbV8WLGFgbYhaGyaLe++DC+DBoc7O3bri81vs2ZlpR28IFfQScoO1aNOE/ygs8LIPM9UzLzbaab4VMggQ==
p2p:
# Address to advertise to peers for them to dial. If empty, will use the same
Expand Down Expand Up @@ -41,6 +39,3 @@ config:
power: '1'
address: 8C17BBDC7C350C83C550163458FC9B7A5B54A64E
pubKey: 4v1RdMiKkWgBBTTP26iRSLOEkAY99gMVfZijm6OCzjs=

ingress:
enabled: false

0 comments on commit a3d487d

Please sign in to comment.