Update folder location
This commit is contained in:
12
master/open-webui/templates/service.yaml
Normal file
12
master/open-webui/templates/service.yaml
Normal 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
|
||||
Reference in New Issue
Block a user