apiVersion: v1 kind: Service metadata: name: katib-ui namespace: kubeflow labels: app: katib-ui spec: type: ClusterIP ports: - port: 80 protocol: TCP name: ui targetPort: 8080 selector: app: katib-ui