home-assistant
Usage
Helm must be installed and setup to your kubernetes cluster to use the charts. Refer to Helm’s documentation to get started. Once Helm has been set up correctly, fetch the charts as follows:
helm pull oci://codeberg.org/wrenix/helm-charts/home-assistant
You can install a chart release using the following command:
helm install home-assistant-release oci://codeberg.org/wrenix/helm-charts/home-assistant --values values.yaml
To uninstall a chart release use `helm’s delete command:
helm uninstall home-assistant-release
Values
Key | Type | Default | Description |
---|---|---|---|
affinity |
object |
|
|
autoscaling.enabled |
bool |
|
|
autoscaling.maxReplicas |
int |
|
|
autoscaling.minReplicas |
int |
|
|
autoscaling.targetCPUUtilizationPercentage |
int |
|
|
fullnameOverride |
string |
|
|
global.image.pullPolicy |
string |
|
if set it will overwrite all pullPolicy |
global.image.registry |
string |
|
if set it will overwrite all registry entries |
image.pullPolicy |
string |
|
|
image.registry |
string |
|
|
image.repository |
string |
|
|
image.tag |
string |
|
|
imagePullSecrets |
list |
|
|
ingress.annotations |
object |
|
|
ingress.className |
string |
|
|
ingress.enabled |
bool |
|
|
ingress.hosts[0].host |
string |
|
|
ingress.hosts[0].paths[0].path |
string |
|
|
ingress.hosts[0].paths[0].pathType |
string |
|
|
ingress.tls |
list |
|
|
livenessProbe.httpGet.path |
string |
|
|
livenessProbe.httpGet.port |
string |
|
|
nameOverride |
string |
|
|
nats.enabled |
bool |
|
|
nats.image.pullPolicy |
string |
|
|
nats.image.registry |
string |
|
|
nats.image.repository |
string |
|
|
nats.image.tag |
string |
|
|
nats.livenessProbe.tcpSocket.port |
string |
|
|
nats.readinessProbe.tcpSocket.port |
string |
|
|
nats.resources.limits.cpu |
string |
|
|
nats.resources.limits.memory |
string |
|
|
nats.resources.requests.cpu |
string |
|
|
nats.resources.requests.memory |
string |
|
|
nats.service.port.mqtt |
int |
|
|
nats.service.port.nats |
int |
|
|
nodeSelector |
object |
|
|
persistence.accessMode |
string |
|
|
persistence.annotations |
object |
|
|
persistence.enabled |
bool |
|
|
persistence.existingClaim |
string |
|
A manually managed Persistent Volume and Claim Requires persistence.enabled: true If defined, PVC must be created manually before volume will be bound |
persistence.hostPath |
string |
|
|
persistence.size |
string |
|
|
persistence.storageClass |
string |
|
data Persistent Volume Storage Class If defined, storageClassName: <storageClass> If set to "-", storageClassName: "", which disables dynamic provisioning If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner. (gp2 on AWS, standard on GKE, AWS & OpenStack) |
podAnnotations |
object |
|
|
podLabels |
object |
|
|
podSecurityContext |
object |
|
|
readinessProbe.httpGet.path |
string |
|
|
readinessProbe.httpGet.port |
string |
|
|
replicaCount |
int |
|
|
resources |
object |
|
|
securityContext |
object |
|
|
service.port |
int |
|
|
service.type |
string |
|
|
serviceAccount.annotations |
object |
|
Annotations to add to the service account |
serviceAccount.create |
bool |
|
Specifies whether a service account should be created |
serviceAccount.name |
string |
|
If not set and create is true, a name is generated using the fullname template |
tolerations |
list |
|
|
volumeMounts |
list |
|
|
volumes |
list |
|
|
zigbee2mqtt.config.homeassistant |
bool |
|
|
zigbee2mqtt.config.serial.port |
string |
|
|
zigbee2mqtt.device |
string |
|
|
zigbee2mqtt.enabled |
bool |
|
|
zigbee2mqtt.image.pullPolicy |
string |
|
|
zigbee2mqtt.image.registry |
string |
|
|
zigbee2mqtt.image.repository |
string |
|
|
zigbee2mqtt.image.tag |
string |
|
|
zigbee2mqtt.ingress.hosts |
list |
|
|
zigbee2mqtt.securityContext.privileged |
bool |
|
Autogenerated from chart metadata using helm-docs