11# home-assistant
22
3- ![ Version: 0.2.4 ] ( https://img.shields.io/badge/Version-0.2.4 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2024.2.1] ( https://img.shields.io/badge/AppVersion-2024.2.1-informational?style=flat-square )
3+ ![ Version: 0.2.5 ] ( https://img.shields.io/badge/Version-0.2.5 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2024.2.1] ( https://img.shields.io/badge/AppVersion-2024.2.1-informational?style=flat-square )
44
55A Helm chart for home assistant on Kubernetes
66
@@ -18,8 +18,6 @@ A Helm chart for home assistant on Kubernetes
1818| fullnameOverride | string | ` "" ` | |
1919| homeAssistant.configuration | object | ` {} ` | any data you'd like to see put into your configuration.yaml |
2020| homeAssistant.existingConfigMap | string | ` "" ` | name of existing Config Map |
21- | homeAssistant.http.trusted_proxies[ 0] | string | ` "10.0.0.0/8" ` | |
22- | homeAssistant.http.use_x_forwarded_for | bool | ` true ` | |
2321| image.pullPolicy | string | ` "IfNotPresent" ` | |
2422| image.repository | string | ` "ghcr.io/home-assistant/home-assistant" ` | |
2523| image.tag | string | ` "" ` | Overrides the image tag whose default is the chart appVersion. |
@@ -31,19 +29,21 @@ A Helm chart for home assistant on Kubernetes
3129| ingress.hosts[ 0] .paths[ 0] .path | string | ` "/" ` | |
3230| ingress.hosts[ 0] .paths[ 0] .pathType | string | ` "ImplementationSpecific" ` | |
3331| ingress.tls | list | ` [] ` | |
32+ | livenessProbe.enabled | bool | ` true ` | |
3433| livenessProbe.httpGet.path | string | ` "/" ` | |
3534| livenessProbe.httpGet.port | string | ` "http" ` | |
3635| nameOverride | string | ` "" ` | |
3736| nodeSelector | object | ` {} ` | |
3837| persistence.accessMode | string | ` "ReadWriteOnce" ` | |
3938| persistence.annotations | object | ` {} ` | |
40- | persistence.enabled | bool | ` true ` | |
39+ | persistence.enabled | bool | ` false ` | |
4140| persistence.existingClaim | string | ` "" ` | |
4241| persistence.size | string | ` "8Gi" ` | |
4342| persistence.storageClass | string | ` "nil" ` | |
4443| podAnnotations | object | ` {} ` | |
4544| podLabels | object | ` {} ` | |
4645| podSecurityContext | object | ` {} ` | |
46+ | readinessProbe.enabled | bool | ` true ` | |
4747| readinessProbe.httpGet.path | string | ` "/" ` | |
4848| readinessProbe.httpGet.port | string | ` "http" ` | |
4949| replicaCount | int | ` 1 ` | |
0 commit comments