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 port: 55522
expose: true expose: true
wireguard-udp: wireguard-udp:
port: 51820 port: 51822
expose: true expose: true
protocol: UDP protocol: UDP

View File

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

View File

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

View File

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

View File

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