mirror of
https://github.com/truecharts/catalog.git
synced 2026-07-27 12:10:24 +08:00
Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
43
stable/deepstack-cpu/3.0.2/test_values.yaml
Normal file
43
stable/deepstack-cpu/3.0.2/test_values.yaml
Normal file
@@ -0,0 +1,43 @@
|
||||
# Default values for Jackett.
|
||||
|
||||
image:
|
||||
repository: deepquestai/deepstack
|
||||
pullPolicy: IfNotPresent
|
||||
tag: cpu-2021.02.1
|
||||
|
||||
strategy:
|
||||
type: Recreate
|
||||
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
ports:
|
||||
main:
|
||||
port: 5000
|
||||
|
||||
envTpl:
|
||||
# Permissions Settings
|
||||
USER_ID: "{{ .Values.env.PUID }}"
|
||||
GROUP_ID: "{{ .Values.env.PGID }}"
|
||||
|
||||
env:
|
||||
PUID: "568"
|
||||
PGID: "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:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/datastore"
|
||||
emptyDir:
|
||||
enabled: true
|
||||
accessMode: ReadWriteOnce
|
||||
size: 1Gi
|
||||
storageClass: ""
|
||||
Reference in New Issue
Block a user