rename more

This commit is contained in:
Bjørn Jørgensen 2024-02-17 21:18:21 +01:00
parent a9805df7ef
commit be3400e3f8
9 changed files with 18 additions and 18 deletions

View file

@ -1,12 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: ollama-webui-service
name: open-webui-service
namespace: {{ .Values.namespace }}
spec:
type: {{ .Values.webui.service.type }} # Default: NodePort # Use LoadBalancer if you're on a cloud that supports it
selector:
app: ollama-webui
app: open-webui
ports:
- protocol: TCP
port: {{ .Values.webui.servicePort }}