From 9ae5b60d9fd84575051180a8200abb53efab9e7f Mon Sep 17 00:00:00 2001 From: LarryGF Date: Wed, 16 Aug 2023 18:09:19 +0200 Subject: [PATCH] Enabling metrics in more apps --- argocd/prowlarr/values.common.yaml | 5 ++++- argocd/readarr/values.common.yaml | 5 ++++- argocd/sonarr/values.common.yaml | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/argocd/prowlarr/values.common.yaml b/argocd/prowlarr/values.common.yaml index e63f53d6..687ee18a 100644 --- a/argocd/prowlarr/values.common.yaml +++ b/argocd/prowlarr/values.common.yaml @@ -23,4 +23,7 @@ prowlarr: persistence: config: enabled: true - existingClaim: prowlarr-config \ No newline at end of file + existingClaim: prowlarr-config + + metrics: + enabled: true \ No newline at end of file diff --git a/argocd/readarr/values.common.yaml b/argocd/readarr/values.common.yaml index 3952e2ed..e0860fea 100644 --- a/argocd/readarr/values.common.yaml +++ b/argocd/readarr/values.common.yaml @@ -27,4 +27,7 @@ readarr: existingClaim: readarr-config downloads: enabled: true - existingClaim: media \ No newline at end of file + existingClaim: media + + metrics: + enabled: true \ No newline at end of file diff --git a/argocd/sonarr/values.common.yaml b/argocd/sonarr/values.common.yaml index 7b0e7c1c..c86686fb 100644 --- a/argocd/sonarr/values.common.yaml +++ b/argocd/sonarr/values.common.yaml @@ -28,4 +28,7 @@ sonarr: existingClaim: sonarr-config downloads: enabled: true - existingClaim: media \ No newline at end of file + existingClaim: media + + metrics: + enabled: true \ No newline at end of file