fix: usb config

This commit is contained in:
auricom
2021-07-21 11:48:54 +02:00
parent 84dad6cb1f
commit 16f25d2b7c
2 changed files with 4 additions and 2 deletions

View File

@@ -88,8 +88,9 @@ spec:
mountPath: "/data"
usb:
enabled: true
mountPath: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
type: hostPath
hostPath: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
hostPathType: CharDevice
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:

View File

@@ -52,8 +52,9 @@ spec:
mountPath: /usr/src/app/store
usb:
enabled: true
type: hostPath
hostPath: /dev/serial/by-id/usb-0658_0200-if00
mountPath: /dev/serial/by-id/usb-0658_0200-if00
hostPathType: CharDevice
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution: