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