media: bind cross-seed daemon to pod IP

This commit is contained in:
gilgamezh
2026-01-18 13:38:14 +01:00
parent 9e4e0d7a9a
commit 1b904fe20d
3 changed files with 6 additions and 0 deletions
@@ -18,6 +18,8 @@ data:
password: process.env.QBITTORRENT_PASSWORD
}
],
host: "{{ .Values.config.host }}",
port: {{ .Values.config.port }},
torrentDir: "{{ .Values.config.torrentDir }}",
dataDirs: {{ toJson .Values.config.dataDirs }},
outputDir: {{ toJson .Values.config.outputDir }},