19df900522
* chore(apps): remove persistence size from values * remove type from persistence from values.yaml * remove accessMode from persistence from values * devices dont user persistence * remove empty lines * restore accessMode in common, whoops * quote all mountPaths * convert `'` to `"` * fix empty lines * add missing mountPath on values * add missing persistence on values * fix var name on quetsions * remove disabled persistence from values which are not even defined in questions * remove more type, accessMode and size * mountpath -> mountPath * mounthPath -> mountPath * booksonic-air persistence cleanup * remove empty lines * fix mountPath * remove unused persistence * teamspeak3 fix var name in persistence * remove persistence that will probably be user defined storage * remove persistence that will probably be user defined storage * add missing persistence from values * fix openldap volclaim * remove persistence that will probably be user defined storage * add missing persistence from values * fix path ff3 * fix mountPath * add missing persistence from values * remove persistence that will probably be user defined storage * revert changes in volClaimTemplate * remove varrun from questions * fix and cleanup questions postgres * calm down CI * ci only value
43 lines
801 B
YAML
43 lines
801 B
YAML
# Default values for Jackett.
|
|
|
|
image:
|
|
repository: deepquestai/deepstack
|
|
pullPolicy: IfNotPresent
|
|
tag: gpu-2021.09.1@sha256:e71f54392c9b1199f9142d7ffcd8f0c3a6e91fe69c02a44fd76f906dd88849cb
|
|
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
port: 5000
|
|
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"
|