media: run cross-seed with config args

This commit is contained in:
gilgamezh
2026-01-18 13:31:41 +01:00
parent 5988d0df38
commit 78ba3041f1
3 changed files with 8 additions and 6 deletions
@@ -25,8 +25,8 @@ spec:
- name: {{ .Chart.Name }} - name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }} imagePullPolicy: {{ .Values.image.pullPolicy }}
command: args:
{{ toYaml .Values.command | indent 12 }} {{ toYaml .Values.args | indent 12 }}
env: env:
{{ toYaml .Values.env | indent 12 }} {{ toYaml .Values.env | indent 12 }}
ports: ports:
+3 -2
View File
@@ -24,9 +24,10 @@ env:
name: cross-seed-secrets name: cross-seed-secrets
key: NZBGEEK_API_KEY key: NZBGEEK_API_KEY
command: args:
- "cross-seed"
- "daemon" - "daemon"
- "--config"
- "/config/config.js"
config: config:
qbittorrentUrl: "http://qbittorrent.default.svc.cluster.local:8080" qbittorrentUrl: "http://qbittorrent.default.svc.cluster.local:8080"
+3 -2
View File
@@ -24,9 +24,10 @@ env:
name: cross-seed-secrets name: cross-seed-secrets
key: NZBGEEK_API_KEY key: NZBGEEK_API_KEY
command: args:
- "cross-seed"
- "daemon" - "daemon"
- "--config"
- "/config/config.js"
config: config:
qbittorrentUrl: "http://qbittorrent.default.svc.cluster.local:8080" qbittorrentUrl: "http://qbittorrent.default.svc.cluster.local:8080"