Add vpn.neuralplatform.ai to Cloudflare tunnel for Headscale access

This commit is contained in:
Will Anderson
2026-04-22 01:22:45 -05:00
parent 095d874552
commit fb3b5ff564
+9
View File
@@ -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"