Commit 82194a5d authored by Bjørn Jørgensen's avatar Bjørn Jørgensen
Browse files

more renaming

parent cf3e8acc
apiVersion: apps/v1
kind: Deployment
metadata:
name: ollama-webui-deployment
name: open-webui-deployment
namespace: open-webui
spec:
replicas: 1
selector:
matchLabels:
app: ollama-webui
app: open-webui
template:
metadata:
labels:
app: ollama-webui
app: open-webui
spec:
containers:
- name: ollama-webui
- name: open-webui
image: ghcr.io/open-webui/open-webui:main
ports:
- containerPort: 8080
......
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: ollama-webui-ingress
name: open-webui-ingress
namespace: open-webui
#annotations:
# Use appropriate annotations for your Ingress controller, e.g., for NGINX:
......@@ -15,6 +15,6 @@ spec:
pathType: Prefix
backend:
service:
name: ollama-webui-service
name: open-webui-service
port:
number: 8080
apiVersion: v1
kind: Service
metadata:
name: ollama-webui-service
name: open-webui-service
namespace: open-webui
spec:
type: NodePort # Use LoadBalancer if you're on a cloud that supports it
selector:
app: ollama-webui
app: open-webui
ports:
- protocol: TCP
port: 8080
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment