mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-27 13:50:18 +08:00
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
This commit is contained in:
committed by
GitHub
parent
ce86b5e44c
commit
5d3e8ebb40
51
stable/deepstack-cpu/values.yaml
Normal file
51
stable/deepstack-cpu/values.yaml
Normal file
@@ -0,0 +1,51 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user