chore(deepstack): add threadcount gui option (#2643)

This commit is contained in:
Stavros Kois
2022-05-09 20:44:46 +00:00
committed by GitHub
parent f7ec1359a7
commit 1bfd4eb3fb
3 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ sources:
- https://hub.docker.com/r/deepquestai/deepstack - https://hub.docker.com/r/deepquestai/deepstack
- https://www.deepstack.cc/ - https://www.deepstack.cc/
type: application type: application
version: 3.0.14 version: 3.0.15
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- AI - AI
+6
View File
@@ -130,6 +130,12 @@ questions:
description: "Medium" description: "Medium"
- value: "Low" - value: "Low"
description: "Low" description: "Low"
- variable: THREADCOUNT
label: "Threadcount"
description: "Sets the threadcount each endpoint will run with"
schema:
type: int
default: 5
- variable: deepstack - variable: deepstack
group: "Container Configuration" group: "Container Configuration"
label: "Image Environment" label: "Image Environment"
+1
View File
@@ -34,6 +34,7 @@ env:
MODELSTORE-DETECTION: "{{ .Values.persistence.modelstore.mountPath }}" MODELSTORE-DETECTION: "{{ .Values.persistence.modelstore.mountPath }}"
# High|Medium|Low # High|Medium|Low
MODE: "High" MODE: "High"
THREADCOUNT: 5
envFrom: envFrom:
- configMapRef: - configMapRef: