zigbee2mqtt-chart
zigbee2mqtt-chart copied to clipboard
No volume mount for serial devices?
Maybe I'm missing something but how do you access the zigbee2mqtt.serial.port e.g. /dev/ttyACM0 from inside the pod if you don't mount it anywhere and there is no way to specify additional volume mounts? Or are you using something like ser2net to access the device?
volumeMounts:
- name: usb-device
mountPath: /dev/usb
volumes:
- name: usb-device
hostPath:
path: /dev/ttyACM0
?