Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 856 Bytes

File metadata and controls

24 lines (14 loc) · 856 Bytes

Pi-Hole Exporter

This application is meant to be deployed to Kubernetes using Kustomize.


Notes

  • You will need a Prometheus database to use Unifi-Poller. Here is how I deploy one.

Instructions

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.