mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-21 13:49:26 +00:00
45 lines
1.5 KiB
Markdown
45 lines
1.5 KiB
Markdown
# aaisp2mqtt
|
|
|
|
 
|
|
|
|
Pulls data from the AAISP CHAOSv2 API into MQTT
|
|
|
|
**Homepage:** <https://github.com/nikdoof/aaisp2mqtt>
|
|
|
|
## Maintainers
|
|
|
|
| Name | Email | Url |
|
|
| ---- | ------ | --- |
|
|
| nikdoof | andy@tensixtyone.com | |
|
|
|
|
## Source Code
|
|
|
|
* <https://hub.docker.com/r/nikdoof/aaisp2mqtt/>
|
|
* <https://github.com/natm/aaisp2mqtt>
|
|
|
|
## Values
|
|
|
|
| Key | Type | Default | Description |
|
|
|-----|------|---------|-------------|
|
|
| aaisp | object | `{}` | |
|
|
| affinity | object | `{}` | |
|
|
| cronjob.concurrencyPolicy | string | `"Allow"` | |
|
|
| cronjob.failedJobsHistoryLimit | int | `1` | |
|
|
| cronjob.schedule | string | `"*/10 * * * *"` | |
|
|
| cronjob.successfulJobsHistoryLimit | int | `3` | |
|
|
| fullnameOverride | string | `""` | |
|
|
| homeassistant.enabled | bool | `false` | |
|
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
|
| image.repository | string | `"nikdoof/aaisp2mqtt"` | |
|
|
| image.tag | string | `"0.3.1"` | |
|
|
| mqtt.authenticated | bool | `false` | |
|
|
| mqtt.port | int | `1883` | |
|
|
| nameOverride | string | `""` | |
|
|
| nodeSelector | object | `{}` | |
|
|
| replicaCount | int | `1` | |
|
|
| resources | object | `{}` | |
|
|
| tolerations | list | `[]` | |
|
|
|
|
----------------------------------------------
|
|
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|