diff --git a/charts/execution-beacon/Chart.yaml b/charts/execution-beacon/Chart.yaml index 35623f410..20384488c 100644 --- a/charts/execution-beacon/Chart.yaml +++ b/charts/execution-beacon/Chart.yaml @@ -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 diff --git a/charts/execution-beacon/templates/statefulset.yaml b/charts/execution-beacon/templates/statefulset.yaml index f5fccd328..037b51b64 100644 --- a/charts/execution-beacon/templates/statefulset.yaml +++ b/charts/execution-beacon/templates/statefulset.yaml @@ -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 }} @@ -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 }}