Files
helm-charts/rflood/Chart.yaml
T
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

9 lines
234 B
YAML

apiVersion: v2
name: rflood
description: rTorrent + Flood (hotio/rflood) Helm chart
type: application
version: 0.1.8
appVersion: "release-0.16.12"
annotations:
version-source: ghcr-tags:hotio/rflood:^release-[0-9]+\.[0-9]+\.[0-9]+$