It's working!

This commit is contained in:
2022-05-30 14:24:48 +02:00
parent d1bfafba1a
commit e0955aac8f
6 changed files with 50 additions and 8 deletions

View File

@ -4,6 +4,8 @@ metadata:
name: robocar
data:
# Broker configuration
#MQTT_BROKER_HOST: 192.168.217.19
#MQTT_BROKER: "tcp://192.168.217.19:1883"
MQTT_BROKER_HOST: 192.168.2.221
MQTT_BROKER: "tcp://192.168.2.221:1883"
#MQTT_BROKER: "tcp://mqtt.robocar.svc.cluster.local:1883"

View File

@ -28,9 +28,9 @@ spec:
- "--steering-left-pwm=$(STEERING_LEFT_PWM)"
- "--steering-right-pwm=$(STEERING_RIGHT_PWM)"
- "--steering-center-pwm=$(STEERING_CENTER_PWM)"
- "-log=info"
- "-log=debug"
volumeMounts:
- mountPath: "/dev/ttyAMA1"
- mountPath: "/dev/ttyAMA0"
name: serial
securityContext:
privileged: true
@ -96,7 +96,7 @@ spec:
volumes:
- name: serial
hostPath:
path: /dev/ttyAMA1
path: /dev/ttyAMA0
type: CharDevice
---
@ -525,7 +525,7 @@ spec:
image: docker.io/cyrilix/robocar-record
args:
- "-mqtt-retain=true"
- "-debug=false"
- "-debug=true"
securityContext:
runAsUser: 1234
runAsGroup: 1234

View File

@ -10,7 +10,7 @@ resources:
images:
- name: docker.io/cyrilix/robocar-arduino
newTag: v0.6.0
newTag: v0.6.0-3-gd15a7b5
- name: docker.io/cyrilix/robocar-led
newTag: v0.5.0