diff --git a/servers/legion/main.tf b/servers/legion/main.tf index 8461d6f..89c9836 100644 --- a/servers/legion/main.tf +++ b/servers/legion/main.tf @@ -171,6 +171,15 @@ resource "cloudflare_zero_trust_tunnel_cloudflared_config" "legion" { } } + # vpn.neuralplatform.ai — Headscale coordination server (Tailscale control plane) + ingress_rule { + hostname = "vpn.neuralplatform.ai" + service = "https://traefik.kube-system.svc:443" + origin_request { + no_tls_verify = true + } + } + # Catch-all — must be last ingress_rule { service = "http_status:404"