Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
75a52df8
Commit
75a52df8
authored
Feb 19, 2024
by
duhow
Browse files
remove default resources allocation
parent
0d803aa0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
19 deletions
+6
-19
kubernetes/helm/values.yaml
kubernetes/helm/values.yaml
+6
-19
No files found.
kubernetes/helm/values.yaml
View file @
75a52df8
...
...
@@ -4,14 +4,7 @@ ollama:
repository
:
ollama/ollama
tag
:
latest
pullPolicy
:
Always
resources
:
requests
:
cpu
:
"
2000m"
memory
:
"
2Gi"
limits
:
cpu
:
"
4000m"
memory
:
"
4Gi"
nvidia.com/gpu
:
"
0"
resources
:
{}
persistence
:
enabled
:
true
size
:
30Gi
...
...
@@ -33,19 +26,13 @@ webui:
repository
:
ghcr.io/open-webui/open-webui
tag
:
main
pullPolicy
:
Always
resources
:
requests
:
cpu
:
"
500m"
memory
:
"
500Mi"
limits
:
cpu
:
"
1000m"
memory
:
"
1Gi"
resources
:
{}
ingress
:
enabled
:
true
enabled
:
disable
# -- Use appropriate annotations for your Ingress controller, e.g., for NGINX:
# nginx.ingress.kubernetes.io/rewrite-target: /
annotations
:
{}
# Use appropriate annotations for your Ingress controller, e.g., for NGINX:
# nginx.ingress.kubernetes.io/rewrite-target: /
host
:
open-webui.minikube.local
host
:
"
"
persistence
:
enabled
:
true
size
:
2Gi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment