media: run cross-seed via explicit command
This commit is contained in:
@@ -25,8 +25,14 @@ spec:
|
||||
- name: {{ .Chart.Name }}
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
{{- with .Values.command }}
|
||||
command:
|
||||
{{ toYaml . | indent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.args }}
|
||||
args:
|
||||
{{ toYaml .Values.args | indent 12 }}
|
||||
{{ toYaml . | indent 12 }}
|
||||
{{- end }}
|
||||
env:
|
||||
{{ toYaml .Values.env | indent 12 }}
|
||||
ports:
|
||||
|
||||
@@ -24,6 +24,8 @@ env:
|
||||
name: cross-seed-secrets
|
||||
key: NZBGEEK_API_KEY
|
||||
|
||||
command:
|
||||
- "cross-seed"
|
||||
args:
|
||||
- "daemon"
|
||||
|
||||
|
||||
@@ -24,6 +24,8 @@ env:
|
||||
name: cross-seed-secrets
|
||||
key: NZBGEEK_API_KEY
|
||||
|
||||
command:
|
||||
- "cross-seed"
|
||||
args:
|
||||
- "daemon"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user