2021-03-31 20:50:04 +00:00
|
|
|
image:
|
2023-11-17 10:22:57 +00:00
|
|
|
repository: ghcr.io/linuxserver/deluge
|
2021-03-31 20:50:04 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2023-11-17 10:22:57 +00:00
|
|
|
tag: version-2.1.1-r6@sha256:026d9007c2583f6e25a8467c58f870c04df29ca9f788b809b6d59d20ae4b2199
|
2021-09-26 18:05:21 +00:00
|
|
|
securityContext:
|
2023-04-11 10:07:17 +00:00
|
|
|
container:
|
|
|
|
runAsNonRoot: false
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
2021-05-19 13:12:45 +00:00
|
|
|
service:
|
2021-03-31 20:50:04 +00:00
|
|
|
main:
|
2021-05-19 13:12:45 +00:00
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 8112
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 8112
|
2024-01-09 18:09:26 +00:00
|
|
|
rpc:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
rpc:
|
|
|
|
enabled: true
|
|
|
|
port: 58846
|
|
|
|
targetPort: 58846
|
2021-05-19 13:12:45 +00:00
|
|
|
torrent:
|
2021-03-31 20:50:04 +00:00
|
|
|
enabled: true
|
2021-05-19 13:12:45 +00:00
|
|
|
ports:
|
|
|
|
tcp:
|
|
|
|
enabled: true
|
|
|
|
port: 51413
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 51413
|
2022-07-10 09:21:55 +00:00
|
|
|
torrent-udp:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
2021-05-19 13:12:45 +00:00
|
|
|
udp:
|
|
|
|
enabled: true
|
2023-11-24 16:28:37 +00:00
|
|
|
port: "{{ .Values.service.torrent.ports.tcp.port }}"
|
|
|
|
targetPort: "{{ .Values.service.torrent.ports.tcp.port }}"
|
2023-04-11 10:07:17 +00:00
|
|
|
protocol: udp
|
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
type: http
|
|
|
|
path: /
|
|
|
|
readiness:
|
|
|
|
type: http
|
|
|
|
path: /
|
|
|
|
startup:
|
|
|
|
type: http
|
|
|
|
path: /
|
2021-04-13 19:43:27 +00:00
|
|
|
persistence:
|
2021-03-31 20:50:04 +00:00
|
|
|
config:
|
|
|
|
enabled: true
|
2023-04-11 10:07:17 +00:00
|
|
|
mountPath: /config
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
2023-04-11 10:07:17 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|