Common 4.0 App Refactor Part 5 - Stavos

This commit is contained in:
Stavros Kois
2021-05-23 18:26:10 +02:00
committed by kjeld Schouten-Lebbing
parent d358b18179
commit 12b4b6382f
68 changed files with 366 additions and 529 deletions
@@ -9,18 +9,10 @@ image:
pullPolicy: IfNotPresent
tag: cpu-2021.02.1
podSecurityContext:
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
fsGroup: 0
supplementalGroups: [24, 44, 107]
envTpl:
# Permissions Settings
# Permissions Settings
USER_ID: "568"
GROUP_ID: "568"
##
# Most other defaults are set in questions.yaml
# For other options please refer to the wiki, default_values.yaml or the common library chart
@@ -56,21 +56,19 @@ questions:
description: "Create new pods and then kill old ones"
- value: "Recreate"
description: "Kill existing pods before creating new ones"
# Configure Time Zone
- variable: timezone
group: "Container Image"
label: "Timezone"
schema:
type: string
default: "Etc/UTC"
$ref:
- "definitions/timezone"
- variable: env
group: "Configuration"
label: "Image Environment"
schema:
type: dict
attrs:
- variable: timezone
label: "Timezone"
schema:
type: string
default: "Etc/UTC"
$ref:
- "definitions/timezone"
- variable: PUID
label: "PUID"
description: "Sets the PUID env var for LinuxServer.io (compatible) containers"
+3 -11
View File
@@ -15,14 +15,8 @@ service:
main:
port: 5000
podSecurityContext:
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
fsGroup: 0
envTpl:
# Permissions Settings
# Permissions Settings
USER_ID: "568"
GROUP_ID: "568"
@@ -31,10 +25,8 @@ env:
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:
MODELSTORE-DETECTION: "/modelstore/detection" # Path to custom models (needs to be on documentation)
MODE: "High" # High|Medium|Low
persistence:
config: