feat: add prowlarr.voidstash.xyz DNS + tunnel rule

This commit is contained in:
Will Anderson
2026-04-12 02:34:35 -05:00
parent db980af27a
commit 538bba323d
2 changed files with 17 additions and 1 deletions
+8
View File
@@ -110,6 +110,14 @@ resource "cloudflare_tunnel_config" "legion" {
}
}
ingress_rule {
hostname = "prowlarr.voidstash.xyz"
service = "https://traefik.kube-system.svc:443"
origin_request {
no_tls_verify = true
}
}
# Catch-all — must be last
ingress_rule {
service = "http_status:404"