Commit Graph
3 Commits
Author SHA1 Message Date
shaandClaude Sonnet 4.6 8e77d702ba fix(rflood): add liveness probe and raise memory limit to 4Gi
rtorrent periodically freezes blocking Flood's XMLRPC calls (activity-stream
and client/settings hang). Root causes: pieces.memory.max=1800M near the 2Gi
container limit; no liveness probe to trigger pod restart on hang.

- Liveness probe: exec rtxmlrpc system.time_seconds with 10s timeout; restart
  pod after 3 consecutive failures (every 30s check)
- Default memory limit raised from 2Gi to 4Gi

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-10 13:25:46 +03:00
sha fada8bb494 feat: Update rflood Helm chart to version 0.1.3; add nodeSelector, tolerations, and affinity configurations 2026-04-19 12:07:32 +03:00
sha 755c5a1112 chore: Add rflood Helm chart with deployment, service, ingress, PVC, and values files 2026-04-13 22:39:08 +03:00