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

This commit is contained in:
Stavros Kois 2022-05-09 23:44:46 +03:00 committed by GitHub
parent f7ec1359a7
commit 1bfd4eb3fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 1 deletions

View File

@ -22,7 +22,7 @@ sources:
- https://hub.docker.com/r/deepquestai/deepstack
- https://www.deepstack.cc/
type: application
version: 3.0.14
version: 3.0.15
annotations:
truecharts.org/catagories: |
- AI

View File

@ -130,6 +130,12 @@ questions:
description: "Medium"
- value: "Low"
description: "Low"
- variable: THREADCOUNT
label: "Threadcount"
description: "Sets the threadcount each endpoint will run with"
schema:
type: int
default: 5
- variable: deepstack
group: "Container Configuration"
label: "Image Environment"

View File

@ -34,6 +34,7 @@ env:
MODELSTORE-DETECTION: "{{ .Values.persistence.modelstore.mountPath }}"
# High|Medium|Low
MODE: "High"
THREADCOUNT: 5
envFrom:
- configMapRef: