mirror of
				https://github.com/open-webui/helm-charts
				synced 2025-06-26 18:16:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			399 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			399 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ollama:
 | |
|   resources:
 | |
|     requests:
 | |
|       cpu: "2000m"
 | |
|       memory: "2Gi"
 | |
|     limits:
 | |
|       cpu: "4000m"
 | |
|       memory: "4Gi"
 | |
|       nvidia.com/gpu: "0"
 | |
|   service:
 | |
|     type: ClusterIP
 | |
|   gpu:
 | |
|     enabled: false
 | |
| 
 | |
| 
 | |
| resources:
 | |
|   requests:
 | |
|     cpu: "500m"
 | |
|     memory: "500Mi"
 | |
|   limits:
 | |
|     cpu: "1000m"
 | |
|     memory: "1Gi"
 | |
| ingress:
 | |
|   enabled: true
 | |
|   host: open-webui.minikube.local
 | |
| service:
 | |
|   type: NodePort
 |