You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -21,7 +21,7 @@ A Helm chart for home assistant on Kubernetes
21
21
| autoscaling.targetCPUUtilizationPercentage | int |`80`||
22
22
| extraVolumeMounts | list |`[]`| Additional volumeMounts on the output Deployment definition. example device mount: - mountPath: /dev/ttyACM0 name: usb |
23
23
| extraVolumes | list |`[]`| Additional volumes on the output Deployment definition. example device as volume: - hostPath: path: >- /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20230509111242-if00 type: CharDevice name: usb |
24
-
| fullnameOverride | string |`""`||
24
+
| fullnameOverride | string |`""`|fullname override to use for all chart resources, instead of helm release name|
25
25
| homeAssistant.automations | string |`""`| contents of automations.yaml file to create, ignored if homeAssistant.existingAutomationsConfigMap set |
26
26
| homeAssistant.configuration | string |`""`| any data you'd like to see put into your configuration.yaml # example config configuration: | # this enables proxies such as the ingress nginx controller http: use_x_forwarded_for: true trusted_proxies: - 10.0.0.0/8 mobile: config: |
27
27
| homeAssistant.existingAutomationsConfigMap | string |`""`| name of existing automations ConfigMap |
@@ -38,8 +38,8 @@ A Helm chart for home assistant on Kubernetes
38
38
| homeAssistant.owner.username | string |`"admin"`| login username of the owner user, ignored if owner.existingSecret is set |
39
39
| homeAssistant.scenes | string |`""`| conents of scenes.yaml file to create, ignored if homeAssistant.existingScenesConfigMap set |
40
40
| homeAssistant.themes | string |`""`| contents of themes.yaml file to create, ignored if homeAssistant.existingThemesConfigMap set |
| image.pullPolicy | string |`"IfNotPresent"`|image pullPolicy. If using tag: latest, set image.pullPolicy: Always|
42
+
| image.repository | string |`"ghcr.io/home-assistant/home-assistant"`|image repository that defaults to the official Home Assistant GitHub ghcr.io repo|
43
43
| image.tag | string |`""`| Overrides the image tag whose default is the chart appVersion. |
44
44
| imagePullSecrets | list |`[]`||
45
45
| ingress.annotations | object |`{}`||
@@ -61,15 +61,15 @@ A Helm chart for home assistant on Kubernetes
61
61
| persistence.size | string |`"8Gi"`||
62
62
| persistence.storageClass | string |`"nil"`||
63
63
| podAnnotations | object |`{}`||
64
-
| podLabels | object |`{}`||
64
+
| podLabels | object |`{}`|labels to apply to all pods|
| resources | object |`{}`| resource requests and limits. example: for requesting a USB device from the generic device plugin limits: squat.ai/serial: 1 |
70
+
| resources | object |`{}`| resource requests and limits. example: for requesting a USB device from the [generic device plugin](https://github.com/squat/generic-device-plugin) limits: squat.ai/serial: 1 |
71
71
| securityContext | object |`{}`||
72
-
| service.port | int |`80`||
72
+
| service.port | int |`80`|default port to expose|
73
73
| service.targetPort | int |`8123`| default port for the home home-assistant container |
74
74
| service.type | string |`"ClusterIP"`||
75
75
| serviceAccount.annotations | object |`{}`| Annotations to add to the service account |
0 commit comments