media: run cross-seed daemon explicitly
This commit is contained in:
@@ -25,7 +25,7 @@ spec:
|
||||
- name: {{ .Chart.Name }}
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
args:
|
||||
command:
|
||||
{{ toYaml .Values.command | indent 12 }}
|
||||
env:
|
||||
{{ toYaml .Values.env | indent 12 }}
|
||||
|
||||
@@ -25,6 +25,7 @@ env:
|
||||
key: NZBGEEK_API_KEY
|
||||
|
||||
command:
|
||||
- "cross-seed"
|
||||
- "daemon"
|
||||
|
||||
config:
|
||||
|
||||
Reference in New Issue
Block a user