Remove voidstash adult media stack (DNS records, tunnel routes)

This commit is contained in:
Will Anderson
2026-04-12 04:37:18 -05:00
parent 538bba323d
commit 354950a75d
2 changed files with 0 additions and 56 deletions
-24
View File
@@ -93,30 +93,6 @@ resource "cloudflare_tunnel_config" "legion" {
}
}
# voidstash.xyz — private media stack
ingress_rule {
hostname = "stash.voidstash.xyz"
service = "https://traefik.kube-system.svc:443"
origin_request {
no_tls_verify = true
}
}
ingress_rule {
hostname = "whisparr.voidstash.xyz"
service = "https://traefik.kube-system.svc:443"
origin_request {
no_tls_verify = true
}
}
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 {