mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
.. | ||
templates | ||
.helmignore | ||
Chart.yaml | ||
OWNERS | ||
README.md | ||
values.yaml |
ser2sock
Serial to Socket Redirector
Homepage: https://github.com/k8s-at-home/charts/tree/master/charts/ser2sock
Maintainers
Name | Url | |
---|---|---|
billimek | jeff@billimek.com |
Source Code
Values
Key | Type | Default | Description |
---|---|---|---|
affinity | object | {} |
|
baudRate | int | 115200 |
|
device | string | "/dev/ttyUSB0" |
|
fullnameOverride | string | "" |
|
image.pullPolicy | string | "IfNotPresent" |
|
image.repository | string | "tenstartups/ser2sock" |
|
image.tag | string | "latest" |
|
nameOverride | string | "" |
|
nodeSelector | object | {} |
|
pgid | string | "1001" |
|
podAnnotations | object | {} |
|
puid | string | "1001" |
|
resources | object | {} |
|
service.annotations | object | {} |
|
service.labels | object | {} |
|
service.loadBalancerIP | string | nil |
|
service.port | int | 10000 |
|
service.type | string | "ClusterIP" |
|
strategyType | string | "Recreate" |
|
tolerations | list | [] |
Autogenerated from chart metadata using helm-docs v1.5.0