tado-exporter for kubernetes

yaml files to run eko/tado-exporter in kubernetes

Install

Create secrets

kubectl create secret generic tado --from-literal=username=yourusername --from-literal=password=password

Start pods and define service

kubectl apply -f deployment.yaml
kubectl apply -f service.yaml

Configure prometheus scraping with prometheus-operator

kubectl apply -f svcmon.yaml

I run these in tado namespace