--- apiVersion: v1 kind: Service metadata: name: open-webui namespace: default spec: type: ClusterIP ports: - protocol: TCP name: http port: 80 targetPort: 8080 selector: app: open-webui