mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
feat: add rflink to home-assistant
This commit is contained in:
@@ -103,3 +103,16 @@ spec:
|
||||
memory: 1000Mi
|
||||
postgresql:
|
||||
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"] }
|
||||
|
Reference in New Issue
Block a user