소스 검색

wg-easy: fix vpn port (#2376)

Stavros Kois 1 년 전
부모
커밋
316b73bf4d
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      library/ix-dev/charts/wg-easy/Chart.yaml
  2. 1 0
      library/ix-dev/charts/wg-easy/templates/_service.tpl

+ 1 - 1
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'

+ 1 - 0
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 -}}