wireguard udp and protect wg dash

This commit is contained in:
2024-04-17 17:24:06 -04:00
parent aeb1d1f5a5
commit 3bc56b33b8
3 changed files with 17 additions and 0 deletions

View File

@@ -757,6 +757,10 @@ spec:
gitea-ssh:
port: 55522
expose: true
wireguard-udp:
port: 51820
expose: true
protocol: UDP
# -- TLS Options are created as TLSOption CRDs
# https://doc.traefik.io/traefik/https/tls/#tls-options

View 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

View File

@@ -5,6 +5,7 @@ metadata:
namespace: wg-easy
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.middlewares: traefik-authentik@kubernetescrd
traefik.ingress.kubernetes.io/router.tls: "true"
spec:
rules: