diff --git a/cluster/apps/home/zigbee2mqtt/helm-release.yaml b/cluster/apps/home/zigbee2mqtt/helm-release.yaml index 56093929d..ec0131018 100644 --- a/cluster/apps/home/zigbee2mqtt/helm-release.yaml +++ b/cluster/apps/home/zigbee2mqtt/helm-release.yaml @@ -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: diff --git a/cluster/apps/home/zwavejs2mqtt/helm-release.yaml b/cluster/apps/home/zwavejs2mqtt/helm-release.yaml index 7a8bc4f82..e1502f2b2 100644 --- a/cluster/apps/home/zwavejs2mqtt/helm-release.yaml +++ b/cluster/apps/home/zwavejs2mqtt/helm-release.yaml @@ -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: