[ci skip] Phase 2: migrate Redis from NFS to local disk

- Switch from redis/redis-stack:latest to redis:7-alpine
  (modules were completely unused — zero module commands in stats)
- Move data from NFS (/mnt/main/redis) to local-path PVC
  (RDB saves: 39s on NFS → <1s on local disk)
- Start fresh (old RDB had redis-stack module data incompatible with plain redis;
  all Redis data is transient — queues and caches rebuild automatically)
- Add hourly redis-backup CronJob: redis-cli --rdb to NFS for backup pipeline
- Remove RedisInsight UI ingress (port 8001, only in redis-stack)
- Add redis-backup to NFS exports
- 110 clients reconnected immediately after switchover
- Memory savings: ~100MB from dropping unused modules
This commit is contained in:
Viktor Barzin 2026-02-28 19:44:08 +00:00
parent c6076d275f
commit fdd4e3e467
No known key found for this signature in database
GPG key ID: 0EB088298288D958
2 changed files with 80 additions and 23 deletions

Binary file not shown.