media: run cross-seed with config args
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user