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