cleanup: remove calibre and audiobookshelf stacks after ebooks migration [ci skip]

Both services migrated to unified ebooks namespace. Remove:
- Old stack directories and Terraform state
- calibre references from monitoring namespace lists
- calibre/audiobookshelf from operational scripts
This commit is contained in:
Viktor Barzin 2026-03-25 23:56:07 +02:00
parent 809e2a7624
commit 4e74f816bc
22 changed files with 0 additions and 1013 deletions

View file

@ -13,7 +13,6 @@ function scale() { kubectl scale deployment --replicas=$3 --namespace $1 $2; }
cmd="${1:-stop}"
case "$cmd" in
stop)
scale calibre calibre-web-automated 0
scale redis redis 0
scale uptime-kuma uptime-kuma 0
scale paperless-ngx paperless-ngx 0
@ -37,7 +36,6 @@ case "$cmd" in
scale redis redis 1
scale uptime-kuma uptime-kuma 1
scale vaultwarden vaultwarden 1
scale calibre calibre-web-automated 1
;;
# echo "[!] Cleanup only removes links (not flushing all iptables to avoid surprises)."
# ip netns list | grep -qw "$NS_NAME" && sudo ip netns del "$NS_NAME" || true