mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-10-03 17:06:16 +00:00
add-kubernetes
This commit is contained in:
14
Wireguard/Kubernetes/ingressRouteUDP.yaml
Normal file
14
Wireguard/Kubernetes/ingressRouteUDP.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRouteUDP
|
||||
metadata:
|
||||
name: wg-easy
|
||||
namespace: wg-easy
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: traefik-external
|
||||
spec:
|
||||
entryPoints:
|
||||
- wireguard
|
||||
routes:
|
||||
- services:
|
||||
- name: wg-easy-udp
|
||||
port: 51820
|
Reference in New Issue
Block a user