|
@@ -1,7 +1,7 @@
|
|
|
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
|