TrueChartsClone/charts/stable/deepstack-cpu/values.yaml

47 lines
840 B
YAML
Raw Normal View History

2021-04-20 15:15:58 -04:00
# Default values for Jackett.
image:
repository: deepquestai/deepstack
pullPolicy: IfNotPresent
tag: cpu-2021.09.1@sha256:359dc8c6c5056891b2a4f419902616b8b8b9bc9068b0c20fd40e13bc7a5583b5
2021-04-20 15:15:58 -04:00
service:
2021-04-20 15:15:58 -04:00
main:
enabled: true
ports:
main:
port: 5000
2021-04-20 15:15:58 -04:00
2021-10-03 05:01:19 -04:00
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
2021-04-20 15:15:58 -04:00
envTpl:
# Permissions Settings
USER_ID: "{{ .Values.env.PUID }}"
2021-04-20 15:15:58 -04:00
env:
PUID: 568
2021-04-20 15:15:58 -04:00
# 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"
2021-04-20 15:15:58 -04:00
persistence:
data:
2021-04-20 15:15:58 -04:00
enabled: true
mountPath: "/datastore"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"