cleanup: remove old audiobook-search, superseded by book-search

- Delete servarr/audiobook-search TF module (moved to ebooks/book-search)
- Remove audiobook-search from cloudflare_proxied_names
- Remove commented-out module reference in servarr/main.tf
- Clean up "renamed from" comment in ebooks/main.tf
- K8s resources (deploy/svc/ingress) deleted from servarr namespace
- Cloudflare DNS record already absent
- Import book-search and insta2spotify DNS records into cloudflared state
This commit is contained in:
Viktor Barzin 2026-03-25 23:16:01 +02:00
parent 97c789510e
commit 95e49134ae
4 changed files with 2 additions and 149 deletions

View file

@ -627,7 +627,7 @@ module "audiobookshelf_ingress" {
}
}
# Book-Search Deployment (renamed from audiobook-search)
# Book-Search Deployment
resource "kubernetes_deployment" "book_search" {
metadata {
name = "book-search"