forked from open-webui/open-webui
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			294 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			294 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
apiVersion: apps/v1
 | 
						|
kind: StatefulSet
 | 
						|
metadata:
 | 
						|
  name: ollama
 | 
						|
  namespace: open-webui
 | 
						|
spec:
 | 
						|
  selector:
 | 
						|
    matchLabels:
 | 
						|
      app: ollama
 | 
						|
  serviceName: "ollama"
 | 
						|
  template:
 | 
						|
    spec:
 | 
						|
      containers:
 | 
						|
      - name: ollama
 | 
						|
        resources:
 | 
						|
          limits:
 | 
						|
            nvidia.com/gpu: "1"
 |