mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 11:33:17 +00:00
56 lines
828 B
YAML
56 lines
828 B
YAML
# Default values for rflood Helm Chart (hotio/rflood)
|
|
image:
|
|
repository: ghcr.io/hotio/rflood
|
|
pullPolicy: IfNotPresent
|
|
|
|
webuiPort: 3000
|
|
rpcPort: 5000
|
|
torrentPort: 50000
|
|
|
|
service:
|
|
type: ClusterIP
|
|
externalTrafficPolicy: ""
|
|
nodePorts:
|
|
webui: null
|
|
rpc: null
|
|
torrentTcp: null
|
|
torrentUdp: null
|
|
|
|
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: ""
|
|
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
affinity: {}
|
|
|
|
ingresses: {}
|
|
# https:
|
|
# host: rflood.example.com
|
|
# annotations: {}
|
|
# tls:
|
|
# - hosts:
|
|
# - rflood.example.com
|