chore(deepstack): add threadcount gui option (#2643)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user