JorritSalverda / jarvis-alpha-innotec-exporter

This application stores Alpha Innotec heatpump readings in Google BigQuery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

To install this application using Helm run the following commands:

helm repo add jorritsalverda https://helm.jorritsalverda.com
kubectl create namespace jarvis-alpha-innotec-exporter

helm upgrade \
  jarvis-alpha-innotec-exporter \
  jorritsalverda/jarvis-alpha-innotec-exporter \
  --install \
  --namespace jarvis-alpha-innotec-exporter \
  --set secret.gcpServiceAccountKeyfile='{abc: blabla}' \
  --wait

About

This application stores Alpha Innotec heatpump readings in Google BigQuery

License:MIT License


Languages

Language:Rust 86.7%Language:Mustache 5.0%Language:Shell 4.7%Language:Dockerfile 3.6%