mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 21:09:58 +00:00
homeassistant serial port
Signed-off-by: Michael Thomson <michael@michaelthomson.dev>
This commit is contained in:
@@ -12,6 +12,7 @@ spec:
|
||||
labels:
|
||||
app: homeassistant
|
||||
spec:
|
||||
nodeName: patrick
|
||||
containers:
|
||||
- name: homeassistant
|
||||
image: lscr.io/linuxserver/homeassistant:latest
|
||||
@@ -28,6 +29,8 @@ spec:
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /config
|
||||
- name: dev-serial
|
||||
mountPath: /dev/serial
|
||||
securityContext:
|
||||
privileged: true
|
||||
capabilities:
|
||||
@@ -62,3 +65,6 @@ spec:
|
||||
- name: config
|
||||
persistentVolumeClaim:
|
||||
claimName: homeassistant-config
|
||||
- name: dev-serial
|
||||
hostPath:
|
||||
path: /dev/serial
|
||||
|
||||
Reference in New Issue
Block a user