mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-27 13:40:18 +08:00
56
docs/apps/stable/deepstack-cpu/helm-values.md
Normal file
56
docs/apps/stable/deepstack-cpu/helm-values.md
Normal file
@@ -0,0 +1,56 @@
|
||||
# deepstack-cpu
|
||||
|
||||
  
|
||||
|
||||
DeepStack AI provides AI features including Face Recognition, Object Detection, Scene Recognition and custom AI Models
|
||||
|
||||
**Homepage:** <https://github.com/truecharts/apps/tree/master/charts/stable/deepstack-cpu>
|
||||
|
||||
## Maintainers
|
||||
|
||||
| Name | Email | Url |
|
||||
| ---- | ------ | --- |
|
||||
| TrueCharts | info@truecharts.org | truecharts.org |
|
||||
| stavros-k | stavros-k@users.noreply.github.com | truecharts.org |
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/johnolafenwa/DeepStack>
|
||||
* <https://hub.docker.com/r/deepquestai/deepstack>
|
||||
* <https://www.deepstack.cc/>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 6.12.1 |
|
||||
|
||||
## Values
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| env.MODE | string | `"High"` | |
|
||||
| env.MODELSTORE-DETECTION | string | `"/modelstore/detection"` | |
|
||||
| env.PGID | string | `"568"` | |
|
||||
| env.PUID | string | `"568"` | |
|
||||
| env.VISION-DETECTION | string | `"True"` | |
|
||||
| env.VISION-FACE | string | `"True"` | |
|
||||
| env.VISION-SCENE | string | `"True"` | |
|
||||
| envTpl.GROUP_ID | string | `"{{ .Values.env.PGID }}"` | |
|
||||
| envTpl.USER_ID | string | `"{{ .Values.env.PUID }}"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"deepquestai/deepstack"` | |
|
||||
| image.tag | string | `"cpu-2021.02.1"` | |
|
||||
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/datastore"` | |
|
||||
| persistence.config.size | string | `"100Gi"` | |
|
||||
| persistence.config.type | string | `"pvc"` | |
|
||||
| service.main.enabled | bool | `true` | |
|
||||
| service.main.ports.main.port | int | `5000` | |
|
||||
| strategy.type | string | `"Recreate"` | |
|
||||
|
||||
----------------------------------------------
|
||||
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
||||
@@ -1,7 +1,5 @@
|
||||
# Introduction
|
||||
|
||||
  
|
||||
|
||||
DeepStack AI provides AI features including Face Recognition, Object Detection, Scene Recognition and custom AI Models
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
@@ -37,7 +35,6 @@ To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://true
|
||||
- See the [Wiki](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||
- Ask a [question](https://github.com/truecharts/apps/discussions)
|
||||
|
||||
----------------------------------------------
|
||||
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
||||
|
||||
Reference in New Issue
Block a user