@@ -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
name: ollama
serviceName: "ollama"
replicas: 1
apiVersion: v1
kind: Namespace
- name: ollama-namespace
+ name: open-webui
kind: Deployment
name: ollama-webui-deployment
@@ -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
name: ollama-webui-ingress
#annotations:
# Use appropriate annotations for your Ingress controller, e.g., for NGINX:
# nginx.ingress.kubernetes.io/rewrite-target: /
name: ollama-webui-service
type: NodePort # Use LoadBalancer if you're on a cloud that supports it
resources:
-- base/ollama-namespace.yaml
+- base/open-webui.yaml
- base/ollama-service.yaml
- base/ollama-statefulset.yaml
- base/webui-deployment.yaml
matchLabels: