45 lines
754 B
YAML
45 lines
754 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/deluge
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: 18.04.1@sha256:be251f95c5f88b6ea0f1926fe02f2daa9f39d78def869929d07e497eb683da54
|
||
|
|
||
|
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
|