|
| 1 | +# deconz |
| 2 | + |
| 3 | +   |
| 4 | + |
| 5 | +A Helm chart for deconz on Kubernetes |
| 6 | + |
| 7 | +## Values |
| 8 | + |
| 9 | +| Key | Type | Default | Description | |
| 10 | +|-----|------|---------|-------------| |
| 11 | +| affinity | object | `{}` | affinity for the pod e.g. to attract it to a specific node in the cluster nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: 'usb' operator: In values: - 'true' | |
| 12 | +| autoscaling.enabled | bool | `false` | | |
| 13 | +| autoscaling.maxReplicas | int | `100` | | |
| 14 | +| autoscaling.minReplicas | int | `1` | | |
| 15 | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | | |
| 16 | +| deconz.devicePath | string | `"/dev/ttyACM0"` | Override the location where deCONZ looks for the RaspBee/Conbee device. Becomes DECONZ_DEVICE: "" Examples: /dev/ttyUSB0 (conbee1), /dev/ttyACM0 (conbee2) | |
| 17 | +| deconz.gid | string | `"0"` | GID for the container user, becomes DECONZ_GID in the env vars | |
| 18 | +| deconz.startVerbose | int | `1` | becomes DECONZ_START_VERBOSE. set to 0 to turn off extra logging | |
| 19 | +| deconz.timeZone | string | `"Europe/Amsterdam"` | becomes TZ env var. this is the timezone | |
| 20 | +| deconz.uid | string | `"0"` | UID for the container user, becomes DECONZ_UID in the env vars | |
| 21 | +| deconz.webPort | string | `"8080"` | becomes DECONZ_WEB_PORT in env vars. | |
| 22 | +| deconz.wsPort | string | `"8443"` | becomes DECONZ_WS_PORT. may be useful to set to: "10001" | |
| 23 | +| extraEnv | object | `{}` | extra environment variables you want to pass to the deconz pod | |
| 24 | +| fullnameOverride | string | `""` | | |
| 25 | +| image.pullPolicy | string | `"IfNotPresent"` | | |
| 26 | +| image.repository | string | `"deconzcommunity/deconz"` | | |
| 27 | +| image.tag | string | `""` | | |
| 28 | +| imagePullSecrets | list | `[]` | | |
| 29 | +| ingress.annotations | object | `{}` | | |
| 30 | +| ingress.className | string | `"nginx"` | | |
| 31 | +| ingress.enabled | bool | `false` | | |
| 32 | +| ingress.hosts[0].host | string | `"chart-example.local"` | | |
| 33 | +| ingress.hosts[0].paths[0].path | string | `"/"` | | |
| 34 | +| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | |
| 35 | +| ingress.tls | list | `[]` | | |
| 36 | +| livenessProbe.httpGet.path | string | `"/"` | | |
| 37 | +| livenessProbe.httpGet.port | string | `"http"` | | |
| 38 | +| nameOverride | string | `""` | | |
| 39 | +| nodeSelector | object | `{}` | | |
| 40 | +| podAnnotations | object | `{}` | | |
| 41 | +| podLabels | object | `{}` | | |
| 42 | +| podSecurityContext | object | `{}` | | |
| 43 | +| readinessProbe.httpGet.path | string | `"/"` | | |
| 44 | +| readinessProbe.httpGet.port | string | `"http"` | | |
| 45 | +| replicaCount | int | `1` | | |
| 46 | +| resources | object | `{}` | | |
| 47 | +| securityContext.capabilities.add[0] | string | `"NET_BIND_SERVICE"` | | |
| 48 | +| service.port | int | `80` | | |
| 49 | +| service.type | string | `"ClusterIP"` | | |
| 50 | +| serviceAccount.annotations | object | `{}` | | |
| 51 | +| serviceAccount.automount | bool | `true` | | |
| 52 | +| serviceAccount.create | bool | `true` | | |
| 53 | +| serviceAccount.name | string | `""` | | |
| 54 | +| tolerations | list | `[]` | tolerations for tainted nodes, example: - key: usb operator: Equal value: true effect: NoSchedule | |
| 55 | +| volumeMounts | list | `[]` | Additional volumeMounts on the output Deployment definition. exmaple: - mountPath: /dev/ttyACM0 name: usb | |
| 56 | +| volumes | list | `[]` | Additional volumes on the output Deployment definition. example: - hostPath: path: >- /dev/serial/... type: CharDevice name: usb | |
| 57 | + |
| 58 | +---------------------------------------------- |
| 59 | +Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) |
0 commit comments