mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-22 06:09:24 +00:00
[all] Update READMEs
This commit is contained in:
44
charts/aaisp2mqtt/README.md
Normal file
44
charts/aaisp2mqtt/README.md
Normal file
@@ -0,0 +1,44 @@
|
||||
# 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)
|
||||
Reference in New Issue
Block a user