From e3d170ffeca4e98276fd83cf534b037204acdeeb Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Thu, 4 May 2023 14:17:18 -0400 Subject: [PATCH] add port to exportarr --- cluster/apps/download/sonarr/helm-release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cluster/apps/download/sonarr/helm-release.yaml b/cluster/apps/download/sonarr/helm-release.yaml index f7513e2..c32e3bf 100644 --- a/cluster/apps/download/sonarr/helm-release.yaml +++ b/cluster/apps/download/sonarr/helm-release.yaml @@ -33,6 +33,8 @@ spec: value: "http://localhost" - name: CONFIG value: "/config/config.xml" + - name: PORT + value: 9000 volumeMounts: - name: config mountPath: /config