Commit Graph
12 Commits
Author SHA1 Message Date
shaandClaude Sonnet 4.6 17c31eb27d fix(rflood): correct webuiPort to 3000 for jesec/rtorrent-flood
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 00:56:57 +03:00
shaandClaude Sonnet 4.6 bc9837b373 feat(rflood): switch to jesec/rtorrent-flood to fix scheduler crash
hotio/rflood bundles rtorrent with a scheduler assertion bug that fires
on torrent delete and shutdown. jesec/rtorrent-flood uses an actively
maintained rtorrent fork with this fixed.

Changes:
- Image: hotio/rflood → jesec/rtorrent-flood:4.14.2
- webuiPort: 3000 → 3001
- Add ConfigMap for .rtorrent.rc (jesec requires explicit config)
- Replace PUID/PGID env vars with pod securityContext (runAsUser/Group 1001)
- Liveness probe: exec rtxmlrpc → httpGet on webui port
- Remove TCP RPC port from service (jesec uses Unix socket)
- Update version-source to dockerhub-tags-pattern for jesec tags

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 00:53:34 +03:00
sha aa8de3f8a3 fix: update rflood chart version and appVersion; enhance update script for ghcr-tags-build support 2026-06-16 22:04:27 +03:00
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
github-actions[bot] af901ed1d4 chore: Automated version update for Helm charts 2026-05-20 04:28:07 +00:00
sha 892674153f chore: Bump version to 0.1.6 in Chart.yaml 2026-05-15 22:39:12 +03:00
sha ac26160821 chore: Update service configuration to support NodePort and LoadBalancer types 2026-05-15 22:37:47 +03:00
github-actions[bot] 811f3ebe07 chore: Automated version update for Helm charts 2026-05-02 04:07:18 +00:00
github-actions[bot] da9b8aaa62 chore: Automated version update for Helm charts 2026-04-24 04:07:25 +00: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
github-actions[bot] 6e993608ac chore: Automated version update for Helm charts 2026-04-14 04:02:57 +00:00
sha 755c5a1112 chore: Add rflood Helm chart with deployment, service, ingress, PVC, and values files 2026-04-13 22:39:08 +03:00