45 lines
753 B
YAML
45 lines
753 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/deluge
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: v2.1.1@sha256:1e70aa107cc40d01307234405814adbf91ed1f796c0e72467cdc70eab8a20126
|
||
|
|
||
|
securityContext:
|
||
|
runAsNonRoot: false
|
||
|
readOnlyRootFilesystem: false
|
||
|
|
||
|
podSecurityContext:
|
||
|
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
|
||
|
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: "/config"
|
||
|
varrun:
|
||
|
enabled: true
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|