chore: Add rflood Helm chart with deployment, service, ingress, PVC, and values files

This commit is contained in:
sha
2026-04-13 22:39:08 +03:00
parent 2a4fac3136
commit 755c5a1112
7 changed files with 180 additions and 1 deletions
+42
View File
@@ -0,0 +1,42 @@
# Default values for rflood Helm Chart (hotio/rflood)
image:
repository: ghcr.io/hotio/rflood
pullPolicy: IfNotPresent
webuiPort: 3000
rpcPort: 5000
torrentPort: 50000
env:
PUID: "1001"
PGID: "1001"
UMASK: "002"
TZ: "Europe/Kyiv"
FLOOD_AUTH: "false"
resources:
requests:
cpu: "100m"
memory: "256Mi"
limits:
cpu: "2"
memory: "2Gi"
persistence:
config:
size: 2Gi
storageClass: ""
accessModes:
- ReadWriteOnce
volumes:
data:
hostPath: ""
ingresses: {}
# https:
# host: rflood.example.com
# annotations: {}
# tls:
# - hosts:
# - rflood.example.com