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