add open-webui

This commit is contained in:
user 2024-03-21 20:51:29 -05:00
parent 551ed10e69
commit 7eb4e0262e
7 changed files with 145 additions and 0 deletions

View file

@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: open-webui
spec:
ports:
- name: http
port: 8080
targetPort: 8080
protocol: TCP
selector:
app: open-webui