Unofficial Helm Chart to deploy thecfu/scraparr app on Kubernetes.
Scraparr is a Prometheus exporter for the *arr suite (Sonarr, Radarr, Lidarr, etc.). It provides metrics that can be scraped by Prometheus to monitor and visualize the health and performance of your *arr applications.
β thecfu/scraparr
The installation is made easy with the GitHub repository also as Helm repository:
- Add this repository as Helm repository:
helm repo add imgios https://imgios.github.io/scraparr - Install the latest release:
$ helm install <release-name> imgios/scraparr \
--namespace scraparr \
--create-namespace \
--values values.yamlNote: if you want to deploy a specific version, execute the previous command adding: --version x.y.z
Note
Please read Helm Chart README.md for details on how to configure the values needed for this chart.
π You're ready to use it!
Check out thecfu/scraparr for sample Grafana dashboards.
Any contributions you make are greatly appreciated. Please, read CONTRIBUTING.md for details on the code of conduct, and the process for submitting pull requests.
See the list of contributors who participated in this project.
SemVer is used for versioning. For the versions available, see the tags on this repository.
This project is licensed under the GPL-3.0 - see the LICENSE file for details