From 131acaa8832eba1b67a4a8841821a2e3d28b1f7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20J=C4=99drzejewski?= Date: Thu, 10 Aug 2023 12:23:26 +0200 Subject: [PATCH] try to fix p2p networking via nodeport --- charts/execution-beacon/templates/service-p2p.yaml | 8 ++++---- charts/mev-boost/Chart.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/execution-beacon/templates/service-p2p.yaml b/charts/execution-beacon/templates/service-p2p.yaml index 0add62cd7..0e02f11c5 100644 --- a/charts/execution-beacon/templates/service-p2p.yaml +++ b/charts/execution-beacon/templates/service-p2p.yaml @@ -28,13 +28,13 @@ spec: - name: p2p-tcp-exec port: {{ include "execution.p2pPort" $ }} protocol: TCP - targetPort: {{ include "execution.p2pPort" $ }} + targetPort: {{ $portExecution }} nodePort: {{ $portExecution }} {{- if eq $.Values.global.p2pNodePort.type "NodePort" }} - name: p2p-udp-exec port: {{ include "execution.p2pPort" $ }} protocol: UDP - targetPort: {{ include "execution.p2pPort" $ }} + targetPort: {{ $portExecution }} nodePort: {{ $portExecution }} {{- end }} selector: @@ -62,13 +62,13 @@ spec: - name: p2p-tcp-beacon port: {{ include "beacon.p2pPort" $ }} protocol: TCP - targetPort: {{ include "beacon.p2pPort" $ }} + targetPort: {{ $portBeacon }} nodePort: {{ $portBeacon }} {{- if eq $.Values.global.p2pNodePort.type "NodePort" }} - name: p2p-udp-beacon port: {{ include "beacon.p2pPort" $ }} protocol: UDP - targetPort: {{ include "beacon.p2pPort" $ }} + targetPort: {{ $portBeacon }} nodePort: {{ $portBeacon }} {{- end }} selector: diff --git a/charts/mev-boost/Chart.yaml b/charts/mev-boost/Chart.yaml index 10a1c81c9..69d8eaedf 100644 --- a/charts/mev-boost/Chart.yaml +++ b/charts/mev-boost/Chart.yaml @@ -20,13 +20,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.1 +version: 0.0.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v1.5.0" +appVersion: "1.6.0" dependencies: - name: common