Files
Kubernetes-Manifests/comfyui/comfyui-svc.yaml

14 lines
198 B
YAML

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