mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-08 16:31:19 -05:00
add open-webui
This commit is contained in:
parent
551ed10e69
commit
7eb4e0262e
7 changed files with 145 additions and 0 deletions
12
open-webui/templates/service.yaml
Normal file
12
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue