b1e5faa4c4
* fix(apps): move conflicting ports to 10xxx range * remove `protocol: TCP` as its the default anyway * Change `"HTTP"` -> `HTTP` to much common * lms udp port should be udp protocol * resolve some conflicts * clear port 80 conficts * clean 3000 and 5000 port conflicts * more conflict cleaning * more conflict cleaning * more cleanup * more * cleanup * Avoid confclicts with official apps
42 lines
784 B
YAML
42 lines
784 B
YAML
# Default values for Jackett.
|
|
|
|
image:
|
|
repository: deepquestai/deepstack
|
|
pullPolicy: IfNotPresent
|
|
tag: gpu-2021.09.1@sha256:e71f54392c9b1199f9142d7ffcd8f0c3a6e91fe69c02a44fd76f906dd88849cb
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10050
|
|
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"
|