mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
Moved resources around
Changelog: changed Signed-off-by: GeorgeRaven <GeorgeRavenCommunity@pm.me>
This commit is contained in:
@@ -20,7 +20,7 @@ A Helm chart for Kubernetes
|
||||
| ollama.persistence.enabled | bool | `true` | |
|
||||
| ollama.persistence.size | string | `"100Gi"` | |
|
||||
| ollama.resources.limits."nvidia.com/gpu" | string | `"1"` | |
|
||||
| ollama.resources.limits.memory | string | `"8000Mi"` | |
|
||||
| ollama.resources.limits.memory | string | `"12Gi"` | |
|
||||
| ollama.resources.requests.cpu | string | `"4000m"` | |
|
||||
| ollama.runtimeClassName | string | `"nvidia"` | |
|
||||
|
||||
|
||||
@@ -10,6 +10,6 @@ ollama:
|
||||
resources:
|
||||
limits:
|
||||
nvidia.com/gpu: "1"
|
||||
memory: 8000Mi
|
||||
memory: 12Gi
|
||||
requests:
|
||||
cpu: 4000m
|
||||
|
||||
@@ -81,8 +81,6 @@ A Helm chart for Kubernetes
|
||||
| open-webui.netpol.enabled | bool | `false` | |
|
||||
| open-webui.persistence.enabled | bool | `true` | |
|
||||
| open-webui.persistence.size | string | `"50Gi"` | |
|
||||
| open-webui.resources.limits.memory | string | `"4000Mi"` | |
|
||||
| open-webui.resources.requests.cpu | string | `"200m"` | |
|
||||
| open-webui.resourcesEnabled | bool | `true` | |
|
||||
| open-webui.startupProbe.failureThreshold | int | `50` | |
|
||||
| open-webui.startupProbe.httpGet.path | string | `"/"` | |
|
||||
|
||||
@@ -78,11 +78,11 @@ open-webui:
|
||||
hosts:
|
||||
- chat.deepcypher.me
|
||||
resourcesEnabled: true
|
||||
resources:
|
||||
limits:
|
||||
memory: 4000Mi
|
||||
requests:
|
||||
cpu: 200m
|
||||
# resources:
|
||||
# limits:
|
||||
# memory: 4000Mi
|
||||
# requests:
|
||||
# cpu: 200m
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
|
||||
Reference in New Issue
Block a user