mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
[home-assistant] Update documentation for HA and Ingress (#442)
* Update documentation for HA and Ingress Signed-off-by: Jon Baker <jonbaker85@gmail.com> * Bump chart version Signed-off-by: Jon Baker <jonbaker85@gmail.com> * Bump chart version Signed-off-by: Jon Baker <jonbaker85@gmail.com>
This commit is contained in:
parent
aa45228a8d
commit
1e46b5c7d6
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 2020.12.1
|
appVersion: 2020.12.1
|
||||||
description: Home Assistant
|
description: Home Assistant
|
||||||
name: home-assistant
|
name: home-assistant
|
||||||
version: 5.2.1
|
version: 5.2.2
|
||||||
keywords:
|
keywords:
|
||||||
- home-assistant
|
- home-assistant
|
||||||
- hass
|
- hass
|
||||||
|
@ -56,6 +56,21 @@ affinity:
|
|||||||
|
|
||||||
... where a node with an attached zwave and/or zigbee controller USB device is labeled with `app: zwave-controller`
|
... where a node with an attached zwave and/or zigbee controller USB device is labeled with `app: zwave-controller`
|
||||||
|
|
||||||
|
### Websockets
|
||||||
|
|
||||||
|
If an ingress controller is being used with home assistant, web sockets must be enabled using annotations to enable support of web sockets.
|
||||||
|
|
||||||
|
Using NGINX as an example the following will need to be added to your values:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
ingress:
|
||||||
|
enabled: true
|
||||||
|
annotations:
|
||||||
|
nginx.org/websocket-services: home-assistant
|
||||||
|
```
|
||||||
|
|
||||||
|
The value derived is the name of the kubernetes service object for home-assistant
|
||||||
|
|
||||||
## Uninstalling the Chart
|
## Uninstalling the Chart
|
||||||
|
|
||||||
To uninstall/delete the `my-release` deployment:
|
To uninstall/delete the `my-release` deployment:
|
||||||
|
Loading…
Reference in New Issue
Block a user