This application is meant to be deployed to Kubernetes using Kustomize.
- Website: https://github.com/eko/pihole-exporter
- Container Image: https://hub.docker.com/r/ekofr/pihole-exporter
- You will need a Prometheus database to use Unifi-Poller. Here is how I deploy one.
An example overlay is provided from my environment. Simply create a new overlay using it as an example and deploy it to your environment like so:
kustomize build PiHole-Exporter/overlays/example | kubectl apply -f-
Don't forget to update the environment variables present in kustomization.yml
and pihole_exporter_secret_refs
according to your environment. Options are documented here.