33 lines
624 B
YAML
33 lines
624 B
YAML
# Default values for deluge.
|
|
|
|
image:
|
|
repository: ghcr.io/linuxserver/deluge
|
|
pullPolicy: IfNotPresent
|
|
tag: version-2.0.3-2201906121747ubuntu18.04.1@sha256:a32d8680e315932b799c8267e2c0d630185aaf8b542d56a134c74c9a5c957c36
|
|
|
|
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"
|