mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 11:33:17 +00:00
- 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>
68 lines
1.0 KiB
YAML
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
|