catalog/stable/deluge/14.0.20/ix_values.yaml

59 lines
1.0 KiB
YAML

image:
repository: tccr.io/truecharts/deluge
pullPolicy: IfNotPresent
tag: v2.1.1@sha256:fb4841fbf1184c0ac2ef1712fdcf41a5253b916aaca1fead2093be257c5959bd
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 8112
targetPort: 8112
torrent:
enabled: true
ports:
tcp:
enabled: true
port: 51413
targetPort: 51413
torrent-udp:
enabled: true
ports:
udp:
enabled: true
port: 51413
targetPort: 51413
protocol: udp
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
path: /
readiness:
type: http
path: /
startup:
type: http
path: /
env: {}
persistence:
config:
enabled: true
mountPath: /config
portal:
open:
enabled: true