From 2c254837de13df06003a8ea923827d8b41e4f84a Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Thu, 4 May 2023 14:41:10 -0400 Subject: [PATCH] enable additional metrics --- 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 c32e3bf..53e9e5f 100644 --- a/cluster/apps/download/sonarr/helm-release.yaml +++ b/cluster/apps/download/sonarr/helm-release.yaml @@ -35,6 +35,8 @@ spec: value: "/config/config.xml" - name: PORT value: 9000 + - name: ENABLE_ADDITIONAL_METRICS + value: "true" volumeMounts: - name: config mountPath: /config