Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 486 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 486 Bytes

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