apiVersion: v1 kind: Service metadata: name: comfyui namespace: comfyui spec: selector: app: comfyui ports: - protocol: TCP port: 8188 targetPort: 8188 type: ClusterIP