mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-21 23:40:19 +00:00
14 lines
No EOL
279 B
YAML
14 lines
No EOL
279 B
YAML
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 |