forked from open-webui/open-webui
		
	rename more
This commit is contained in:
		
							parent
							
								
									a9805df7ef
								
							
						
					
					
						commit
						be3400e3f8
					
				
					 9 changed files with 18 additions and 18 deletions
				
			
		|  | @ -1,7 +1,7 @@ | |||
| apiVersion: v1 | ||||
| kind: Service | ||||
| metadata: | ||||
|   name: ollama-service | ||||
|   name: open-webui-service | ||||
|   namespace: open-webui | ||||
| spec: | ||||
|   selector: | ||||
|  |  | |||
|  | @ -15,7 +15,7 @@ spec: | |||
|     spec: | ||||
|       containers: | ||||
|       - name: ollama-webui | ||||
|         image: ghcr.io/ollama-webui/ollama-webui:main | ||||
|         image: ghcr.io/open-webui/open-webui:main | ||||
|         ports: | ||||
|         - containerPort: 8080 | ||||
|         resources: | ||||
|  |  | |||
|  | @ -8,7 +8,7 @@ metadata: | |||
|     # nginx.ingress.kubernetes.io/rewrite-target: / | ||||
| spec: | ||||
|   rules: | ||||
|   - host: ollama.minikube.local | ||||
|   - host: open-webui.minikube.local | ||||
|     http: | ||||
|       paths: | ||||
|       - path: / | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Bjørn Jørgensen
						Bjørn Jørgensen