diff --git a/custom_helm_charts/cross-seed/templates/configmap.yaml b/custom_helm_charts/cross-seed/templates/configmap.yaml index 970e899..bf57260 100644 --- a/custom_helm_charts/cross-seed/templates/configmap.yaml +++ b/custom_helm_charts/cross-seed/templates/configmap.yaml @@ -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 }}, diff --git a/custom_helm_charts/cross-seed/values.yaml b/custom_helm_charts/cross-seed/values.yaml index e21ed38..82ce1f2 100644 --- a/custom_helm_charts/cross-seed/values.yaml +++ b/custom_helm_charts/cross-seed/values.yaml @@ -29,6 +29,8 @@ args: config: qbittorrentUrl: "http://qbittorrent.default.svc.cluster.local:8080" + host: "0.0.0.0" + port: 2468 torrentDir: "/qbittorrent-config/qBittorrent/BT_backup" dataDirs: - "/data/torrents" diff --git a/helm-values/cross-seed_values.yaml b/helm-values/cross-seed_values.yaml index 4390131..378671f 100644 --- a/helm-values/cross-seed_values.yaml +++ b/helm-values/cross-seed_values.yaml @@ -29,6 +29,8 @@ args: config: qbittorrentUrl: "http://qbittorrent.default.svc.cluster.local:8080" + host: "0.0.0.0" + port: 2468 torrentDir: "/qbittorrent-config/qBittorrent/BT_backup" dataDirs: - "/data/torrents"