This commit is contained in:
2024-04-17 17:43:13 -04:00
parent 464d1c1107
commit 9b6c6da1b5
5 changed files with 6 additions and 5 deletions

View File

@@ -758,7 +758,7 @@ spec:
port: 55522
expose: true
wireguard-udp:
port: 51820
port: 51822
expose: true
protocol: UDP

View File

@@ -6,3 +6,4 @@ metadata:
data:
LANG: "en"
WG_HOST: "wireguard.michaelthomson.dev"
WG_PORT: "51822"

View File

@@ -21,7 +21,7 @@ spec:
name: wg-easy-config
optional: false
ports:
- containerPort: 51820
- containerPort: 51822
protocol: UDP
- containerPort: 51821
securityContext:

View File

@@ -9,4 +9,4 @@ spec:
routes:
- services:
- name: wg-easy
port: 51820
port: 51822

View File

@@ -10,7 +10,7 @@ spec:
- port: 80
targetPort: 51821
name: http
- port: 51820
targetPort: 51820
- port: 51822
targetPort: 51822
name: udp
protocol: UDP