home-assistant

home-assistant

home-assistant

Version: 0.2.6 Type: application AppVersion: 2024.11.2

Home Assistant with tooling to run on an k3s pi

Maintainers

NameEmailUrl
WrenIXhttps://wrenix.eu

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

KeyTypeDefaultDescription
affinityobject{}
autoscaling.enabledboolfalse
autoscaling.maxReplicasint100
autoscaling.minReplicasint1
autoscaling.targetCPUUtilizationPercentageint80
fullnameOverridestring""
global.image.pullPolicystringnilif set it will overwrite all pullPolicy
global.image.registrystringnilif set it will overwrite all registry entries
image.pullPolicystring"IfNotPresent"
image.registrystring"ghcr.io"
image.repositorystring"home-assistant/home-assistant"
image.tagstring""
imagePullSecretslist[]
ingress.annotationsobject{}
ingress.classNamestring""
ingress.enabledboolfalse
ingress.hosts[0].hoststring"chart-example.local"
ingress.hosts[0].paths[0].pathstring"/"
ingress.hosts[0].paths[0].pathTypestring"ImplementationSpecific"
ingress.tlslist[]
livenessProbe.httpGet.pathstring"/"
livenessProbe.httpGet.portstring"http"
nameOverridestring""
nats.enabledbooltrue
nats.image.pullPolicystring"IfNotPresent"
nats.image.registrystring"docker.io"
nats.image.repositorystring"library/nats"
nats.image.tagstring"2.10.22-scratch"
nats.livenessProbe.tcpSocket.portstring"nats"
nats.readinessProbe.tcpSocket.portstring"nats"
nats.resources.limits.cpustring"100m"
nats.resources.limits.memorystring"128Mi"
nats.resources.requests.cpustring"100m"
nats.resources.requests.memorystring"128Mi"
nats.service.port.mqttint1883
nats.service.port.natsint4222
nodeSelectorobject{}
persistence.accessModestring"ReadWriteOnce"
persistence.annotationsobject{}
persistence.enabledboolfalse
persistence.existingClaimstringnilA manually managed Persistent Volume and Claim Requires persistence.enabled: true If defined, PVC must be created manually before volume will be bound
persistence.hostPathstringnil
persistence.sizestring"1Gi"
persistence.storageClassstringnildata Persistent Volume Storage Class If defined, storageClassName: 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)
podAnnotationsobject{}
podLabelsobject{}
podSecurityContextobject{}
prometheus.podmonitor.bearerTokenSecretobject{}
prometheus.podmonitor.enabledboolfalse
prometheus.podmonitor.labelsobject{}
readinessProbe.httpGet.pathstring"/"
readinessProbe.httpGet.portstring"http"
replicaCountint1
resourcesobject{}
securityContextobject{}
service.portint80
service.typestring"ClusterIP"
serviceAccount.annotationsobject{}Annotations to add to the service account
serviceAccount.createbooltrueSpecifies whether a service account should be created
serviceAccount.namestring""If not set and create is true, a name is generated using the fullname template
tolerationslist[]
volumeMountslist[]
volumeslist[]
zigbee2mqtt.config.homeassistantbooltrue
zigbee2mqtt.config.serial.portstring"/dev/ttyACM0"
zigbee2mqtt.devicestring"/dev/ttyACM0"
zigbee2mqtt.enabledbooltrue
zigbee2mqtt.image.pullPolicystring"IfNotPresent"
zigbee2mqtt.image.registrystring"docker.io"
zigbee2mqtt.image.repositorystring"koenkk/zigbee2mqtt"
zigbee2mqtt.image.tagstring"1.41.0"
zigbee2mqtt.ingress.hostslist[]
zigbee2mqtt.securityContext.privilegedbooltrue

Autogenerated from chart metadata using helm-docs