Moved resources around

Changelog: changed
Signed-off-by: GeorgeRaven <GeorgeRavenCommunity@pm.me>
This commit is contained in:
GeorgeRaven
2025-12-18 18:01:30 +00:00
parent 6b753da6d9
commit c717125a2b
4 changed files with 7 additions and 9 deletions

View File

@@ -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"` | |

View File

@@ -10,6 +10,6 @@ ollama:
resources:
limits:
nvidia.com/gpu: "1"
memory: 8000Mi
memory: 12Gi
requests:
cpu: 4000m

View File

@@ -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 | `"/"` | |

View File

@@ -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: /