From 5988d0df3832a5a62a4eeba64aa880f3cccd77ad Mon Sep 17 00:00:00 2001 From: gilgamezh Date: Sun, 18 Jan 2026 13:25:27 +0100 Subject: [PATCH] media: run cross-seed daemon explicitly --- custom_helm_charts/cross-seed/templates/deployment.yaml | 2 +- custom_helm_charts/cross-seed/values.yaml | 1 + helm-values/cross-seed_values.yaml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/custom_helm_charts/cross-seed/templates/deployment.yaml b/custom_helm_charts/cross-seed/templates/deployment.yaml index b81d431..2c276bf 100644 --- a/custom_helm_charts/cross-seed/templates/deployment.yaml +++ b/custom_helm_charts/cross-seed/templates/deployment.yaml @@ -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 }} diff --git a/custom_helm_charts/cross-seed/values.yaml b/custom_helm_charts/cross-seed/values.yaml index b166657..f6442e9 100644 --- a/custom_helm_charts/cross-seed/values.yaml +++ b/custom_helm_charts/cross-seed/values.yaml @@ -25,6 +25,7 @@ env: key: NZBGEEK_API_KEY command: + - "cross-seed" - "daemon" config: diff --git a/helm-values/cross-seed_values.yaml b/helm-values/cross-seed_values.yaml index 68b2594..6b571d0 100644 --- a/helm-values/cross-seed_values.yaml +++ b/helm-values/cross-seed_values.yaml @@ -25,6 +25,7 @@ env: key: NZBGEEK_API_KEY command: + - "cross-seed" - "daemon" config: