mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-26 20:13:31 +02:00
feat: add rflink to home-assistant
This commit is contained in:
@@ -103,3 +103,16 @@ spec:
|
|||||||
memory: 1000Mi
|
memory: 1000Mi
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
additionalVolumeMounts:
|
||||||
|
- name: usb
|
||||||
|
mountPath: /dev/serial/by-id/usb-2341_0042-if00
|
||||||
|
additionalVolumes:
|
||||||
|
- name: usb
|
||||||
|
hostPath:
|
||||||
|
path: /dev/serial/by-id/usb-2341_0042-if00
|
||||||
|
affinity:
|
||||||
|
nodeAffinity:
|
||||||
|
requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
|
nodeSelectorTerms:
|
||||||
|
- matchExpressions:
|
||||||
|
- { key: "feature.node.kubernetes.io/custom-rflink", operator: In, values: ["true"] }
|
||||||
|
@@ -65,6 +65,12 @@ spec:
|
|||||||
class: ["ff"]
|
class: ["ff"]
|
||||||
vendor: ["1a86"]
|
vendor: ["1a86"]
|
||||||
device: ["7523"]
|
device: ["7523"]
|
||||||
|
- name: "rflink"
|
||||||
|
matchOn:
|
||||||
|
- usbId:
|
||||||
|
class: ["02"]
|
||||||
|
vendor: ["2341"]
|
||||||
|
device: ["0042"]
|
||||||
- name: "intel-gpu"
|
- name: "intel-gpu"
|
||||||
matchOn:
|
matchOn:
|
||||||
- pciId:
|
- pciId:
|
||||||
|
Reference in New Issue
Block a user