manifests/openwebui/service.yaml
2025-04-12 13:11:34 +08:00

13 lines
356 B
YAML

apiVersion: v1
kind: Service
metadata:
name: app
namespace: openwebui
spec:
selector:
app: owu
ports:
- name: web
port: 8080
targetPort: 8080