media: run cross-seed with config args
This commit is contained in:
@@ -25,8 +25,8 @@ spec:
|
||||
- name: {{ .Chart.Name }}
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
command:
|
||||
{{ toYaml .Values.command | indent 12 }}
|
||||
args:
|
||||
{{ toYaml .Values.args | indent 12 }}
|
||||
env:
|
||||
{{ toYaml .Values.env | indent 12 }}
|
||||
ports:
|
||||
|
||||
@@ -24,9 +24,10 @@ env:
|
||||
name: cross-seed-secrets
|
||||
key: NZBGEEK_API_KEY
|
||||
|
||||
command:
|
||||
- "cross-seed"
|
||||
args:
|
||||
- "daemon"
|
||||
- "--config"
|
||||
- "/config/config.js"
|
||||
|
||||
config:
|
||||
qbittorrentUrl: "http://qbittorrent.default.svc.cluster.local:8080"
|
||||
|
||||
Reference in New Issue
Block a user