|
|
|
@@ -1,6 +1,6 @@
|
|
|
|
|
# generic-device-plugin
|
|
|
|
|
|
|
|
|
|
 
|
|
|
|
|
 
|
|
|
|
|
|
|
|
|
|
Generic Device Plugin
|
|
|
|
|
|
|
|
|
@@ -19,24 +19,19 @@ Generic Device Plugin
|
|
|
|
|
|
|
|
|
|
| Repository | Name | Version |
|
|
|
|
|
|------------|------|---------|
|
|
|
|
|
| https://bjw-s.github.io/helm-charts/ | common | 3.5.1 |
|
|
|
|
|
| https://bjw-s.github.io/helm-charts/ | common | 3.6.0 |
|
|
|
|
|
|
|
|
|
|
## Values
|
|
|
|
|
|
|
|
|
|
| Key | Type | Default | Description |
|
|
|
|
|
|-----|------|---------|-------------|
|
|
|
|
|
| config | object | `{"data":"devices:\n - name: serial\n groups:\n - paths:\n - path: /dev/ttyUSB*\n - paths:\n - path: /dev/ttyACM*\n - paths:\n - path: /dev/tty.usb*\n - paths:\n - path: /dev/cu.*\n - paths:\n - path: /dev/cuaU*\n - paths:\n - path: /dev/rfcomm*\n - name: video\n groups:\n - paths:\n - path: /dev/video0\n - name: fuse\n groups:\n - count: 10\n paths:\n - path: /dev/fuse\n - name: audio\n groups:\n - count: 10\n paths:\n - path: /dev/snd\n - name: capture\n groups:\n - paths:\n - path: /dev/snd/controlC0\n - path: /dev/snd/pcmC0D0c\n - paths:\n - path: /dev/snd/controlC1\n mountPath: /dev/snd/controlC0\n - path: /dev/snd/pcmC1D0c\n mountPath: /dev/snd/pcmC0D0c\n - paths:\n - path: /dev/snd/controlC2\n mountPath: /dev/snd/controlC0\n - path: /dev/snd/pcmC2D0c\n mountPath: /dev/snd/pcmC0D0c\n - paths:\n - path: /dev/snd/controlC3\n mountPath: /dev/snd/controlC0\n - path: /dev/snd/pcmC3D0c\n mountPath: /dev/snd/pcmC0D0c\n","enabled":true}` | Config map |
|
|
|
|
|
| config.data | string | See [values.yaml](./values.yaml) | generic-device-plugin config file [[ref]](https://github.com/squat/generic-device-plugin#usage) |
|
|
|
|
|
| config.enabled | bool | `true` | |
|
|
|
|
|
| deviceDomain | string | `"squat.ai"` | |
|
|
|
|
|
| image.pullPolicy | string | `"Always"` | |
|
|
|
|
|
| image.repository | string | `"ghcr.io/squat/generic-device-plugin"` | |
|
|
|
|
|
| image.tag | string | `"latest"` | |
|
|
|
|
|
| name | string | `"generic-device-plugin"` | |
|
|
|
|
|
| resources.limit.cpu | string | `"100m"` | |
|
|
|
|
|
| resources.limit.memory | string | `"20Mi"` | |
|
|
|
|
|
| resources.requests.cpu | string | `"50m"` | |
|
|
|
|
|
| resources.requests.memory | string | `"10Mi"` | |
|
|
|
|
|
| service.listenPort | int | `8080` | |
|
|
|
|
|
| deviceDomain | string | `"squat.ai"` | Domain used by devices for identifcation |
|
|
|
|
|
| image | object | `{"pullPolicy":"Always","repository":"ghcr.io/squat/generic-device-plugin","tag":"latest"}` | Default image |
|
|
|
|
|
| name | string | `"generic-device-plugin"` | Name override of release |
|
|
|
|
|
| resources | object | `{"limit":{"cpu":"100m","memory":"20Mi"},"requests":{"cpu":"50m","memory":"10Mi"}}` | Default resources |
|
|
|
|
|
| service | object | `{"listenPort":8080}` | Service port |
|
|
|
|
|
|
|
|
|
|
----------------------------------------------
|
|
|
|
|
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
|
|
|
|
|