Files
charts/charts/stable/deepstack-gpu/values.yaml
2021-12-03 13:02:44 +01:00

40 lines
764 B
YAML

image:
repository: tccr.io/truecharts/deepstack-gpu
pullPolicy: IfNotPresent
tag: gpu-2021.09.1@sha256:e71f54392c9b1199f9142d7ffcd8f0c3a6e91fe69c02a44fd76f906dd88849cb
service:
main:
ports:
main:
port: 10050
targetPort: 5000
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
envTpl:
# Permissions Settings
USER_ID: "{{ .Values.env.PUID }}"
env:
PUID: 568
# TZ: UTC
VISION-FACE: "True"
VISION-DETECTION: "True"
VISION-SCENE: "True"
# Path to custom models (needs to be on documentation)
MODELSTORE-DETECTION: "/modelstore/detection"
# High|Medium|Low
MODE: "High"
persistence:
data:
enabled: true
mountPath: "/datastore"