charts/charts/teslamate
Jeff Billimek 79e44a4a4b bumping teslamate image version
adjusting the probe values to not fail so quickly
2020-05-03 21:59:55 -04:00
..
templates implement revisionHistoryLimit: 3 (#152) 2020-02-23 06:32:29 -07:00
.helmignore moving all charts under charts/ dir (#112) 2020-01-10 14:58:11 -05:00
Chart.yaml bumping teslamate image version 2020-05-03 21:59:55 -04:00
OWNERS moving all charts under charts/ dir (#112) 2020-01-10 14:58:11 -05:00
README.md teslamate chart migration (#134) 2020-01-10 16:34:09 -05:00
requirements.lock moving all charts under charts/ dir (#112) 2020-01-10 14:58:11 -05:00
requirements.yaml moving all charts under charts/ dir (#112) 2020-01-10 14:58:11 -05:00
values.yaml bumping teslamate image version 2020-05-03 21:59:55 -04:00

A self-hosted data logger for your Tesla 🚘

This is an opinionated helm chart for Teslamate installed with a standalone postgresql database.

The default values and container images used in this chart will allow for running in a multi-arch cluster (amd64, arm, arm64)

TL;DR;

$ helm repo add billimek https://billimek.com/billimek-charts/
$ helm install billimek/teslamate

Installing the Chart

To install the chart with the release name my-release:

helm install --name teslamate billimek/teslamate

Uninstalling the Chart

To uninstall/delete the teslamate deployment:

helm delete teslamate --purge

The command removes all the Kubernetes components associated with the chart and deletes the release.

Configuration

Read through the values.yaml file. It has several commented out suggested values.

Specify each parameter using the --set key=value[,key=value] argument to helm install. For example,

helm install --name teslamate \
  --set timeZone="America/New York" \
    billimek/teslamate

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,

helm install --name teslamate -f values.yaml stable/teslamate