Skip to content

Commit

Permalink
chore: update k8s validator template
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Feb 24, 2023
1 parent 4b75a3f commit 6e9a73f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/localnet/templates/v1-validator-template.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
- -config=/configs/config.json
- -genesis=/genesis.json
ports:
- containerPort: 8080
- containerPort: 42069
name: consensus
- containerPort: 50832
name: rpc
Expand Down Expand Up @@ -106,7 +106,7 @@ metadata:
v1-purpose: validator
spec:
ports:
- port: 8080
- port: 42069
name: consensus
- port: 50832
name: rpc
Expand Down

0 comments on commit 6e9a73f

Please sign in to comment.