helm-charts/charts/home-assistant
Jonas Forsberg 5fd7675ffb
All checks were successful
Package and publish helm chart / package-helm (push) Successful in 15s
trigger pipe build
2024-11-11 16:11:59 +01:00
..
templates Added home-assistant chart 2024-11-11 11:17:25 +01:00
Chart.yaml Added home-assistant chart 2024-11-11 11:17:25 +01:00
Makefile Added home-assistant chart 2024-11-11 11:17:25 +01:00
README.md updated options 2024-11-11 15:15:46 +01:00
values.yaml trigger pipe build 2024-11-11 16:11:59 +01:00

Home-assistant

Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts.

Configuration

The following table lists the configurable parameters of the Home-assistant chart and their default values.

Parameter Description Default
image.repository "ghcr.io/home-assistant/home-assistant"
image.tag null
controller.enabled should the main workload be included or not true
controller.type valid options are deployment, statefulset, job "statefulset"
service.http.enabled true
service.http.ports.http.port 80
service.http.ports.http.targetPort 8123
ingress.enabled false
ingress.service what service should the ingress target "http"
ingress.servicePort 80
ingress.className "nginx"
ingress.hosts [{"host": "example.local", "paths": [{"path": "/", "pathType": "Prefix"}]}]
ingress.annotations {}
ingress.tls []
volumeClaimTemplates [{"name": "config", "mountPath": "/config", "accessMode": "ReadWriteOnce", "storageClassName": "default", "size": "1Gi"}]
livenessProbe.httpGet.path "/"
livenessProbe.httpGet.port 8123
livenessProbe.initialDelaySeconds 5
livenessProbe.periodSeconds 3