charts/charts/ser2sock
ᗪєνιη ᗷυнʟ 5ba6779f0e
Add Helm Docs (#595)
2021-02-17 17:43:56 -05:00
..
templates [ser2sock] Baud rate as a variable. Allows for other serial devices (#276) 2020-07-12 15:39:44 -04:00
.helmignore moving all charts under charts/ dir (#112) 2020-01-10 14:58:11 -05:00
Chart.yaml cleanup and bump appVersions (#22) 2020-08-31 16:42:20 -04:00
OWNERS moving all charts under charts/ dir (#112) 2020-01-10 14:58:11 -05:00
README.md Add Helm Docs (#595) 2021-02-17 17:43:56 -05:00
values.yaml [ser2sock] Baud rate as a variable. Allows for other serial devices (#276) 2020-07-12 15:39:44 -04:00

ser2sock

Version: 2.0.1 AppVersion: 1.0.0

Serial to Socket Redirector

Homepage: https://github.com/k8s-at-home/charts/tree/master/charts/ser2sock

Maintainers

Name Email 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