feat: add prowlarr.voidstash.xyz DNS + tunnel rule
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user