wg-easy: fix vpn port (#2376)

This commit is contained in:
Stavros Kois
2024-04-15 12:35:20 +03:00
committed by GitHub
parent 6af8b0979f
commit 316b73bf4d
2 changed files with 2 additions and 1 deletions

View File

@@ -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'

View File

@@ -16,6 +16,7 @@ service:
enabled: true
port: {{ .Values.wgNetwork.udpPort }}
nodePort: {{ .Values.wgNetwork.udpPort }}
targetPort: 51820
protocol: udp
targetSelector: wgeasy
{{- end -}}