42 lines
744 B
YAML
42 lines
744 B
YAML
# Default values for deluge.
|
|
|
|
image:
|
|
repository: ghcr.io/linuxserver/deluge
|
|
pullPolicy: IfNotPresent
|
|
tag: version-2.0.3-2201906121747ubuntu18.04.1@sha256:f94c291e6e56d337e2a460a58b022a49f5ce56f17d60a74e2431e3ff85040b19
|
|
|
|
securityContext:
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8112
|
|
torrent:
|
|
enabled: true
|
|
type: ClusterIP
|
|
ports:
|
|
tcp:
|
|
enabled: true
|
|
port: 51413
|
|
protocol: TCP
|
|
udp:
|
|
enabled: true
|
|
port: 51413
|
|
protocol: UDP
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
type: pvc
|
|
accessMode: ReadWriteOnce
|
|
size: "100Gi"
|
|
varrun:
|
|
enabled: true
|