chore(deepstack); move it to stable train (#1633)
* chore(deeptack); move it to stable train * remove gpu+cpu separated apps * doc ports
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/deepstack-cpu
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2021.09.1@sha256:f924cebf518a54bca2ca2ac33911cf3af4dd7403cad371781422436ce4254a28
|
||||
|
||||
imageGPU:
|
||||
repository: tccr.io/truecharts/deepstack-gpu
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2021.09.1@sha256:f924cebf518a54bca2ca2ac33911cf3af4dd7403cad371781422436ce4254a28
|
||||
|
||||
imageSelector: "image"
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10049
|
||||
targetPort: 5000
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
env:
|
||||
PUID: 568
|
||||
USER_ID: "{{ .Values.env.PUID }}"
|
||||
VISION-FACE: "True"
|
||||
VISION-DETECTION: "True"
|
||||
VISION-SCENE: "True"
|
||||
# Path to custom models (needs to be on documentation)
|
||||
MODELSTORE-DETECTION: "{{ .Values.persistence.modelstore.mountPath }}"
|
||||
# High|Medium|Low
|
||||
MODE: "High"
|
||||
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: "/datastore"
|
||||
modelstore:
|
||||
enabled: true
|
||||
mountPath: "/modelstore/detection"
|
||||
Reference in New Issue
Block a user