mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-08 00:11:21 -05:00
12 lines
174 B
YAML
12 lines
174 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: open-webui
|
|
spec:
|
|
ports:
|
|
- name: http
|
|
port: 8080
|
|
targetPort: 8080
|
|
protocol: TCP
|
|
selector:
|
|
app: open-webui
|