2021-12-29 15:21:28 +00:00
|
|
|
image:
|
2023-11-17 10:22:57 +00:00
|
|
|
repository: deepquestai/deepstack
|
2021-12-29 15:21:28 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2023-11-17 10:22:57 +00:00
|
|
|
tag: cpu-2022.01.1@sha256:4320be73987468b3040b2ca63daf2d3935c4d469b53aa40efb6176858488b500
|
2023-01-14 12:42:02 +00:00
|
|
|
gpuImage:
|
2023-11-18 10:48:35 +00:00
|
|
|
repository: deepquestai/deepstack
|
2021-12-29 15:21:28 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2023-11-18 10:48:35 +00:00
|
|
|
tag: cpu-2022.01.1@sha256:4320be73987468b3040b2ca63daf2d3935c4d469b53aa40efb6176858488b500
|
2023-04-11 10:07:17 +00:00
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
2021-12-29 15:21:28 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 10049
|
2023-04-11 10:07:17 +00:00
|
|
|
protocol: http
|
2021-12-29 15:21:28 +00:00
|
|
|
targetPort: 5000
|
2022-01-24 10:07:03 +00:00
|
|
|
deepstack:
|
|
|
|
vision_face: true
|
|
|
|
vision_detection: true
|
|
|
|
vision_scene: true
|
|
|
|
vision_enhance: true
|
|
|
|
configmap:
|
|
|
|
deepstack:
|
|
|
|
enabled: true
|
|
|
|
data:
|
2022-07-22 18:23:01 +00:00
|
|
|
VISION-FACE: '{{ ternary "True" "False" .Values.deepstack.vision_face }}'
|
|
|
|
VISION-DETECTION: '{{ ternary "True" "False" .Values.deepstack.vision_detection }}'
|
|
|
|
VISION-SCENE: '{{ ternary "True" "False" .Values.deepstack.vision_scene }}'
|
|
|
|
VISION-ENHANCE: '{{ ternary "True" "False" .Values.deepstack.vision_enhance }}'
|
2023-04-11 10:07:17 +00:00
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
2023-04-19 23:19:46 +00:00
|
|
|
imageSelector: "image"
|
2023-04-11 10:07:17 +00:00
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
type: http
|
|
|
|
path: /
|
|
|
|
readiness:
|
|
|
|
type: http
|
|
|
|
path: /
|
|
|
|
startup:
|
|
|
|
type: http
|
|
|
|
path: /
|
|
|
|
env:
|
|
|
|
# Path to custom models (needs to be on documentation)
|
|
|
|
MODELSTORE-DETECTION: "{{ .Values.persistence.modelstore.mountPath }}"
|
|
|
|
# High|Medium|Low
|
|
|
|
|
|
|
|
MODE: "High"
|
|
|
|
THREADCOUNT: 5
|
|
|
|
API-KEY: ""
|
|
|
|
ADMIN-KEY: ""
|
|
|
|
envFrom:
|
|
|
|
- configMapRef:
|
|
|
|
name: "deepstack"
|
|
|
|
persistence:
|
|
|
|
data:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /datastore
|
|
|
|
modelstore:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /modelstore/detection
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
2023-04-11 10:07:17 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|
2023-11-18 10:48:35 +00:00
|
|
|
updated: true
|