Skip to content

Commit

Permalink
update ports for teku and lodestar
Browse files Browse the repository at this point in the history
  • Loading branch information
matilote committed Aug 10, 2023
1 parent 131acaa commit 73593d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/execution-beacon/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: execution-beacon
version: 0.0.8
version: 0.0.9
appVersion: 0.0.1
kubeVersion: "^1.23.0-0"
description: Execution and Beacon
Expand Down
4 changes: 3 additions & 1 deletion charts/execution-beacon/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -475,13 +475,14 @@ spec:
--rest-api-cors-origins={{ .Values.beacon.restApi.corsOrigins | join "," }}
{{- end }}
--p2p-enabled=true
--p2p-port={{ include "beacon.p2pPort" . }}
{{- if .Values.global.p2pNodePort.enabled }}
--p2p-advertised-port=$EXTERNAL_BEACON_PORT
--p2p-advertised-ip=$EXTERNAL_IP
--p2p-port=$EXTERNAL_BEACON_PORT
{{- else }}
--p2p-advertised-ip=$POD_IP
--p2p-advertised-port={{ include "beacon.p2pPort" . }}
--p2p-port={{ include "beacon.p2pPort" . }}
{{- end }}
{{- if and .Values.global.metrics.enabled .Values.beacon.metrics.enabled }}
--metrics-enabled={{ .Values.beacon.metrics.enabled }}
Expand Down Expand Up @@ -647,6 +648,7 @@ spec:
--enr.ip=$EXTERNAL_IP
--enr.tcp=$EXTERNAL_BEACON_PORT
--enr.udp=$EXTERNAL_BEACON_PORT
--port=$EXTERNAL_BEACON_PORT
{{- else }}
--port={{ include "beacon.p2pPort" . }}
{{- end }}
Expand Down

0 comments on commit 73593d2

Please sign in to comment.