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
				
			
		| 
						 | 
				
			
			@ -2,7 +2,7 @@
 | 
			
		|||
apiVersion: networking.k8s.io/v1
 | 
			
		||||
kind: Ingress
 | 
			
		||||
metadata:
 | 
			
		||||
  name: ollama-webui-ingress
 | 
			
		||||
  name: open-webui-ingress
 | 
			
		||||
  namespace: {{ .Values.namespace }}
 | 
			
		||||
{{- if .Values.webui.ingress.annotations }}
 | 
			
		||||
  annotations:
 | 
			
		||||
| 
						 | 
				
			
			@ -17,7 +17,7 @@ spec:
 | 
			
		|||
        pathType: Prefix
 | 
			
		||||
        backend:
 | 
			
		||||
          service:
 | 
			
		||||
            name: ollama-webui-service
 | 
			
		||||
            name: open-webui-service
 | 
			
		||||
            port:
 | 
			
		||||
              number: {{ .Values.webui.servicePort }}
 | 
			
		||||
{{- end }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue