@@ -1,5 +1,5 @@
apiVersion: v2
name: open-webui
-description: "Ollama Web UI: A User-Friendly Web Interface for Chat Interactions 👋"
+description: "open-webui 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
+icon: https://github.com/open-webui/open-webui/blob/main/static/favicon.png
@@ -1,20 +1,20 @@
apiVersion: apps/v1
kind: Deployment
metadata:
- name: ollama-webui-deployment
+ name: open-webui-deployment
namespace: {{ .Values.namespace }}
spec:
replicas: 1
selector:
matchLabels:
- app: ollama-webui
+ app: open-webui
template:
labels:
containers:
- - name: ollama-webui
+ - name: open-webui
image: {{ .Values.webui.image }}
ports:
- containerPort: 8080
@@ -35,4 +35,4 @@ spec:
volumes:
- name: webui-volume
persistentVolumeClaim:
- claimName: ollama-webui-pvc
+ claimName: open-webui-pvc
@@ -2,7 +2,7 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
- name: ollama-webui-ingress
+ name: open-webui-ingress
{{- 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 }}
@@ -2,8 +2,8 @@ apiVersion: v1
kind: PersistentVolumeClaim
- name: ollama-webui-pvc
+ name: open-webui-pvc
accessModes: [ "ReadWriteOnce" ]
@@ -1,12 +1,12 @@
apiVersion: v1
kind: Service
type: {{ .Values.webui.service.type }} # Default: NodePort # Use LoadBalancer if you're on a cloud that supports it
- protocol: TCP
port: {{ .Values.webui.servicePort }}
@@ -19,7 +19,7 @@ ollama:
webui:
replicaCount: 1
- image: ghcr.io/ollama-webui/ollama-webui:main
+ image: ghcr.io/open-webui/open-webui:main
servicePort: 8080
resources:
limits:
@@ -30,7 +30,7 @@ webui:
# Use appropriate annotations for your Ingress controller, e.g., for NGINX:
# nginx.ingress.kubernetes.io/rewrite-target: /
- host: ollama.minikube.local
+ host: open-webui.minikube.local
volumeSize: 1Gi
nodeSelector: {}
tolerations: []
@@ -1,7 +1,7 @@
- name: ollama-service
namespace: open-webui
@@ -15,7 +15,7 @@ spec:
- name: ollama-webui
@@ -8,7 +8,7 @@ metadata:
rules:
- - host: ollama.minikube.local
+ - host: open-webui.minikube.local
http:
paths:
- path: /