forked from open-webui/open-webui
		
	open-webui
This commit is contained in:
		
							parent
							
								
									4c3edd0375
								
							
						
					
					
						commit
						a9805df7ef
					
				
					 10 changed files with 11 additions and 11 deletions
				
			
		|  | @ -1,5 +1,5 @@ | |||
| apiVersion: v2 | ||||
| name: ollama-webui | ||||
| name: open-webui | ||||
| description: "Ollama Web UI: A User-Friendly Web Interface for Chat Interactions 👋" | ||||
| version: 1.0.0 | ||||
| icon: https://raw.githubusercontent.com/ollama-webui/ollama-webui/main/static/favicon.png | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| namespace: ollama-namespace | ||||
| namespace: open-webui | ||||
| 
 | ||||
| ollama: | ||||
|   replicaCount: 1 | ||||
|  |  | |||
|  | @ -2,7 +2,7 @@ apiVersion: v1 | |||
| kind: Service | ||||
| metadata: | ||||
|   name: ollama-service | ||||
|   namespace: ollama-namespace | ||||
|   namespace: open-webui | ||||
| spec: | ||||
|   selector: | ||||
|     app: ollama | ||||
|  |  | |||
|  | @ -2,7 +2,7 @@ apiVersion: apps/v1 | |||
| kind: StatefulSet | ||||
| metadata: | ||||
|   name: ollama | ||||
|   namespace: ollama-namespace | ||||
|   namespace: open-webui | ||||
| spec: | ||||
|   serviceName: "ollama" | ||||
|   replicas: 1 | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| apiVersion: v1 | ||||
| kind: Namespace | ||||
| metadata: | ||||
|   name: ollama-namespace | ||||
|   name: open-webui | ||||
|  | @ -2,7 +2,7 @@ apiVersion: apps/v1 | |||
| kind: Deployment | ||||
| metadata: | ||||
|   name: ollama-webui-deployment | ||||
|   namespace: ollama-namespace | ||||
|   namespace: open-webui | ||||
| spec: | ||||
|   replicas: 1 | ||||
|   selector: | ||||
|  | @ -24,5 +24,5 @@ spec: | |||
|             memory: "500Mi" | ||||
|         env: | ||||
|         - name: OLLAMA_API_BASE_URL | ||||
|           value: "http://ollama-service.ollama-namespace.svc.cluster.local:11434/api" | ||||
|           value: "http://ollama-service.open-webui.svc.cluster.local:11434/api" | ||||
|         tty: true | ||||
|  | @ -2,7 +2,7 @@ apiVersion: networking.k8s.io/v1 | |||
| kind: Ingress | ||||
| metadata: | ||||
|   name: ollama-webui-ingress | ||||
|   namespace: ollama-namespace | ||||
|   namespace: open-webui | ||||
|   #annotations: | ||||
|     # Use appropriate annotations for your Ingress controller, e.g., for NGINX: | ||||
|     # nginx.ingress.kubernetes.io/rewrite-target: / | ||||
|  |  | |||
|  | @ -2,7 +2,7 @@ apiVersion: v1 | |||
| kind: Service | ||||
| metadata: | ||||
|   name: ollama-webui-service | ||||
|   namespace: ollama-namespace | ||||
|   namespace: open-webui | ||||
| spec: | ||||
|   type: NodePort  # Use LoadBalancer if you're on a cloud that supports it | ||||
|   selector: | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| resources: | ||||
| - base/ollama-namespace.yaml | ||||
| - base/open-webui.yaml | ||||
| - base/ollama-service.yaml | ||||
| - base/ollama-statefulset.yaml | ||||
| - base/webui-deployment.yaml | ||||
|  |  | |||
|  | @ -2,7 +2,7 @@ apiVersion: apps/v1 | |||
| kind: StatefulSet | ||||
| metadata: | ||||
|   name: ollama | ||||
|   namespace: ollama-namespace | ||||
|   namespace: open-webui | ||||
| spec: | ||||
|   selector: | ||||
|     matchLabels: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Bjørn Jørgensen
						Bjørn Jørgensen