Files
truecharts/stable/deepstack-cpu/values.yaml
Kjeld Schouten-Lebbing 5d3e8ebb40 Adapt community to allow chart versioning (#434)
* try adding some custom tooling for the job

* polish tooling

* more polish

* process stable

* setup scripting for incubator

* Process incubator

* setup script for dev

* remove dev placeholder app

* remove .test beta folder

* fix some of the workflows and tooling

* fix a testing bug

* update doc generation to not create app-readme.md

* remove an unneeded file

* support multiple charts

* adapt docs

* adapt branch in docs
2021-05-06 14:50:24 +02:00

52 lines
1002 B
YAML

# Default values for Jackett.
image:
repository: deepquestai/deepstack
pullPolicy: IfNotPresent
tag: cpu-2021.02.1
strategy:
type: Recreate
services:
main:
enabled: true
port:
port: 5000
podSecurityContext:
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
fsGroup: 0
envTpl:
# Permissions Settings
USER_ID: "{{ .Values.PUID }}"
GROUP_ID: "{{ .Values.PGID }}"
env:
# TZ: UTC
VISION-FACE: "True"
VISION-DETECTION: "True"
VISION-SCENE: "True"
MODELSTORE-DETECTION: "/modelstore/detection" # Path to custom models (needs to be on documentation)
MODE: "High" # High|Medium|Low
# ADMIN-KEY: "" # Deprecated since it got OpenSource? or optional?
# API-KEY: "" # Deprecated since it got OpenSource? or optional?podSecurityContext:
persistence:
config:
enabled: true
mountPath: "/datastore"
emptyDir: true
accessMode: ReadWriteOnce
size: 1Gi
storageClass: ""
## TrueCharts Values
ingress:
main:
enabled: false