microservice(robocar-oak-camera): new image
This commit is contained in:
parent
330345e202
commit
eeccf8122a
@ -103,11 +103,12 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: camera
|
||||
image: docker.io/cyrilix/robocar-oak-camera
|
||||
image: git.cyrilix.bzh/robocars/robocar-oak-camera
|
||||
args:
|
||||
- "--image-width=$(CAMERA_WIDTH)"
|
||||
- "--image-height=$(CAMERA_HEIGHT)"
|
||||
- "--objects-threshold=$(THRESHOLD_OBJECTS)"
|
||||
- "--log=info"
|
||||
securityContext:
|
||||
runAsUser: 1234
|
||||
privileged: true
|
||||
@ -146,7 +147,7 @@ spec:
|
||||
- name: THRESHOLD_OBJECTS
|
||||
valueFrom:
|
||||
configMapKeyRef:
|
||||
key: THRESHOLD
|
||||
key: OBJECTS_THRESHOLD
|
||||
name: robocar-objects
|
||||
- name: CAMERA_WIDTH
|
||||
valueFrom:
|
||||
|
@ -16,5 +16,5 @@ images:
|
||||
- name: docker.io/cyrilix/robocar-pca9685
|
||||
newTag: v0.6.4
|
||||
|
||||
- name: docker.io/cyrilix/robocar-oak-camera
|
||||
newTag: v0.2.0
|
||||
- name: git.cyrilix.bzh/robocars/robocar-oak-camera
|
||||
newTag: v0.2.0-28-g7ebd909
|
||||
|
Loading…
Reference in New Issue
Block a user