Files
shaandClaude Sonnet 4.6 b3675933fc fix(rflood): set HOME=/config and flood --auth none --rtsocket for jesec
- HOME=/config makes rtorrent read /config/.rtorrent.rc and use /config/session/
- flood --auth none disables login requirement
- flood --rtsocket points to socket path from rtorrent.rc
- rtorrentSocket value used consistently in both configmap and command args

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 01:09:59 +03:00

68 lines
1.0 KiB
YAML

# Default values for rflood Helm Chart (jesec/rtorrent-flood)
image:
repository: jesec/rtorrent-flood
pullPolicy: IfNotPresent
webuiPort: 3000
torrentPort: 50000
service:
type: ClusterIP
externalTrafficPolicy: ""
nodePorts:
webui: null
torrentTcp: null
torrentUdp: null
securityContext:
runAsUser: 1001
runAsGroup: 1001
fsGroup: 1001
rtorrentSocket: /config/rtorrent.sock
floodNoAuth: true
env:
HOME: /config
resources:
requests:
cpu: "100m"
memory: "256Mi"
limits:
cpu: "2"
memory: "4Gi"
livenessProbe:
enabled: true
httpGet:
path: /
port: 3000
initialDelaySeconds: 60
periodSeconds: 30
timeoutSeconds: 10
failureThreshold: 3
persistence:
config:
size: 2Gi
storageClass: ""
accessModes:
- ReadWriteOnce
volumes:
data:
hostPath: ""
nodeSelector: {}
tolerations: []
affinity: {}
ingresses: {}
# https:
# host: rflood.example.com
# annotations: {}
# tls:
# - hosts:
# - rflood.example.com