From 316b73bf4d2669f5abaa066b3a2a97f8ad61f2d8 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:35:20 +0300 Subject: [PATCH] wg-easy: fix vpn port (#2376) --- library/ix-dev/charts/wg-easy/Chart.yaml | 2 +- library/ix-dev/charts/wg-easy/templates/_service.tpl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/library/ix-dev/charts/wg-easy/Chart.yaml b/library/ix-dev/charts/wg-easy/Chart.yaml index c93180cc2c..64731ae179 100644 --- a/library/ix-dev/charts/wg-easy/Chart.yaml +++ b/library/ix-dev/charts/wg-easy/Chart.yaml @@ -3,7 +3,7 @@ description: WG-Easy is the easiest way to install & manage WireGuard! annotations: title: WG Easy type: application -version: 2.0.14 +version: 2.0.15 apiVersion: v2 appVersion: '12' kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/charts/wg-easy/templates/_service.tpl b/library/ix-dev/charts/wg-easy/templates/_service.tpl index 4d35224bdf..fb91fd00c1 100644 --- a/library/ix-dev/charts/wg-easy/templates/_service.tpl +++ b/library/ix-dev/charts/wg-easy/templates/_service.tpl @@ -16,6 +16,7 @@ service: enabled: true port: {{ .Values.wgNetwork.udpPort }} nodePort: {{ .Values.wgNetwork.udpPort }} + targetPort: 51820 protocol: udp targetSelector: wgeasy {{- end -}}