fonzdm / servarr

Servarr - Stack Deployment with Helm
GNU Affero General Public License v3.0
6 stars 1 forks source link

Remove Prometheus deploy #7

Closed fonzdm closed 7 months ago

fonzdm commented 7 months ago

This PR allows users to either enable or disable metrics export for the services included in the Servarr deployment, using a proper flag. The Prometheus stack is not deployed directly with the Helm chart (it is not a dependency anymore).

Prometheus stack is deployed and metrics are exported.

Prometheus stack is not deployed and metrics can be exported, if configured to do so.

Fingerprint of the deployment is highly reduced:

This PR will allow us to keep working on the pipeline/CICD features 'cause it will remove the need for a working K8S cluster (even lightweight as Kind) to even test the chart.