- 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 |
||
|---|---|---|
| .. | ||
| config.exs | ||
| dev.exs | ||
| prod.exs | ||
| runtime.exs | ||
| test.exs | ||