forked from open-webui/open-webui
Merge branch 'main' into rename-to-open-webui
This commit is contained in:
commit
c4bd17598a
26 changed files with 1265 additions and 399 deletions
|
@ -5,11 +5,14 @@ ollama:
|
|||
image: ollama/ollama:latest
|
||||
servicePort: 11434
|
||||
resources:
|
||||
limits:
|
||||
requests:
|
||||
cpu: "2000m"
|
||||
memory: "2Gi"
|
||||
limits:
|
||||
cpu: "4000m"
|
||||
memory: "4Gi"
|
||||
nvidia.com/gpu: "0"
|
||||
volumeSize: 1Gi
|
||||
volumeSize: 30Gi
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
service:
|
||||
|
@ -22,16 +25,19 @@ webui:
|
|||
image: ghcr.io/open-webui/open-webui:main
|
||||
servicePort: 8080
|
||||
resources:
|
||||
limits:
|
||||
requests:
|
||||
cpu: "500m"
|
||||
memory: "500Mi"
|
||||
limits:
|
||||
cpu: "1000m"
|
||||
memory: "1Gi"
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
# Use appropriate annotations for your Ingress controller, e.g., for NGINX:
|
||||
# nginx.ingress.kubernetes.io/rewrite-target: /
|
||||
host: open-webui.minikube.local
|
||||
volumeSize: 1Gi
|
||||
volumeSize: 2Gi
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
service:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue