mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 13:09:53 +00:00
wireguard udp and protect wg dash
This commit is contained in:
@@ -757,6 +757,10 @@ spec:
|
|||||||
gitea-ssh:
|
gitea-ssh:
|
||||||
port: 55522
|
port: 55522
|
||||||
expose: true
|
expose: true
|
||||||
|
wireguard-udp:
|
||||||
|
port: 51820
|
||||||
|
expose: true
|
||||||
|
protocol: UDP
|
||||||
|
|
||||||
# -- TLS Options are created as TLSOption CRDs
|
# -- TLS Options are created as TLSOption CRDs
|
||||||
# https://doc.traefik.io/traefik/https/tls/#tls-options
|
# https://doc.traefik.io/traefik/https/tls/#tls-options
|
||||||
|
|||||||
12
wg-easy/ingress-route-tcp.yaml
Normal file
12
wg-easy/ingress-route-tcp.yaml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
apiVersion: traefik.containo.us/v1alpha1
|
||||||
|
kind: IngressRouteUDP
|
||||||
|
metadata:
|
||||||
|
name: wireguard-udp
|
||||||
|
namespace: wg-easy
|
||||||
|
spec:
|
||||||
|
entryPoints:
|
||||||
|
- wireguard-udp
|
||||||
|
routes:
|
||||||
|
- services:
|
||||||
|
- name: wg-easy
|
||||||
|
port: 51820
|
||||||
@@ -5,6 +5,7 @@ metadata:
|
|||||||
namespace: wg-easy
|
namespace: wg-easy
|
||||||
annotations:
|
annotations:
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
|
traefik.ingress.kubernetes.io/router.middlewares: traefik-authentik@kubernetescrd
|
||||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
|
|||||||
Reference in New Issue
Block a user