Skip to content

Commit

Permalink
Enabling metrics in more apps
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryGF committed Aug 16, 2023
1 parent 5664c95 commit 9ae5b60
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion argocd/prowlarr/values.common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ prowlarr:
persistence:
config:
enabled: true
existingClaim: prowlarr-config
existingClaim: prowlarr-config

metrics:
enabled: true
5 changes: 4 additions & 1 deletion argocd/readarr/values.common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ readarr:
existingClaim: readarr-config
downloads:
enabled: true
existingClaim: media
existingClaim: media

metrics:
enabled: true
5 changes: 4 additions & 1 deletion argocd/sonarr/values.common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ sonarr:
existingClaim: sonarr-config
downloads:
enabled: true
existingClaim: media
existingClaim: media

metrics:
enabled: true

0 comments on commit 9ae5b60

Please sign in to comment.