Skip to content

Commit

Permalink
[bor] use containerPorts value for p2p port config
Browse files Browse the repository at this point in the history
  • Loading branch information
VladStarr committed Oct 10, 2023
1 parent 6683095 commit 35a39a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dysnix/bor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bor
description: Polygon Bor execution layer node Helm chart

version: 0.0.1
version: 0.0.2
appVersion: "1.0.6"

keywords:
Expand Down
2 changes: 1 addition & 1 deletion dysnix/bor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ config:
maxpeers: 50
maxpendpeers: 50
bind: 0.0.0.0
port: 30303
port: "{{ .Values.containerPorts.p2p.port }}"
nodiscover: false
nat: any # set it to "extip:<your-ip>" if p2p is not exposed via hostPort
netrestrict: ""
Expand Down

0 comments on commit 35a39a2

Please sign in to comment.