towerops/config
Graham McIntire eb7b57aa42
feat: add Valkey as k8s sidecar for Redis compatibility
- Add Valkey 8.0 alpine container as sidecar in k8s deployment
- Configure with appropriate security context (non-root, no privilege escalation)
- Add resource limits (256Mi memory, 200m CPU) and requests (128Mi, 50m)
- Add health probes using valkey-cli ping command
- Configure Redis connection via REDIS_HOST and REDIS_PORT environment variables
- Add Redis config to runtime.exs, dev.exs, and test.exs
- Valkey runs on localhost:6379 within the same pod as Phoenix app
2026-01-17 16:30:38 -06:00
..
config.exs credo cleanup 2026-01-17 15:00:52 -06:00
dev.exs feat: add Valkey as k8s sidecar for Redis compatibility 2026-01-17 16:30:38 -06:00
prod.exs Remove force_ssl config since Traefik handles SSL termination 2026-01-05 13:23:38 -06:00
runtime.exs feat: add Valkey as k8s sidecar for Redis compatibility 2026-01-17 16:30:38 -06:00
test.exs feat: add Valkey as k8s sidecar for Redis compatibility 2026-01-17 16:30:38 -06:00