mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 13:09:53 +00:00
new port
This commit is contained in:
@@ -758,7 +758,7 @@ spec:
|
||||
port: 55522
|
||||
expose: true
|
||||
wireguard-udp:
|
||||
port: 51820
|
||||
port: 51822
|
||||
expose: true
|
||||
protocol: UDP
|
||||
|
||||
|
||||
@@ -6,3 +6,4 @@ metadata:
|
||||
data:
|
||||
LANG: "en"
|
||||
WG_HOST: "wireguard.michaelthomson.dev"
|
||||
WG_PORT: "51822"
|
||||
|
||||
@@ -21,7 +21,7 @@ spec:
|
||||
name: wg-easy-config
|
||||
optional: false
|
||||
ports:
|
||||
- containerPort: 51820
|
||||
- containerPort: 51822
|
||||
protocol: UDP
|
||||
- containerPort: 51821
|
||||
securityContext:
|
||||
|
||||
@@ -9,4 +9,4 @@ spec:
|
||||
routes:
|
||||
- services:
|
||||
- name: wg-easy
|
||||
port: 51820
|
||||
port: 51822
|
||||
|
||||
@@ -10,7 +10,7 @@ spec:
|
||||
- port: 80
|
||||
targetPort: 51821
|
||||
name: http
|
||||
- port: 51820
|
||||
targetPort: 51820
|
||||
- port: 51822
|
||||
targetPort: 51822
|
||||
name: udp
|
||||
protocol: UDP
|
||||
|
||||
Reference in New Issue
Block a user