Update meshtastic bridge
This commit is contained in:
parent
db5a5bd72d
commit
01c3e803dc
2 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ spec:
|
|||
effect: NoSchedule
|
||||
containers:
|
||||
- name: matrix-meshtastic-bridge
|
||||
image: git.janky.solutions/finn/matrix-meshtastic-bridge:sha-af3d7c3
|
||||
image: git.janky.solutions/finn/matrix-meshtastic-bridge:sha-871020c
|
||||
securityContext:
|
||||
privileged: true
|
||||
env:
|
||||
|
@ -37,7 +37,7 @@ spec:
|
|||
- name: config
|
||||
mountPath: /config
|
||||
- name: ttyacm0
|
||||
mountPath: /dev/ttyUSB1
|
||||
mountPath: /dev/ttyUSB0
|
||||
- name: data
|
||||
mountPath: /data
|
||||
volumes:
|
||||
|
@ -47,7 +47,7 @@ spec:
|
|||
- name: ttyacm0
|
||||
hostPath:
|
||||
type: CharDevice
|
||||
path: /dev/ttyUSB1
|
||||
path: /dev/ttyUSB0
|
||||
volumeClaimTemplates:
|
||||
- metadata:
|
||||
name: data
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"state": "/data/matrix.db"
|
||||
},
|
||||
"meshtastic": {
|
||||
"device": "/dev/ttyUSB1"
|
||||
"device": "/dev/ttyUSB0"
|
||||
},
|
||||
"db": "sqlite:///data/bridge.db"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue