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:
parent
97c789510e
commit
95e49134ae
4 changed files with 2 additions and 149 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue