Files
homelab/k8s/apps/comfyui/service.yaml

16 lines
224 B
YAML
Raw Normal View History

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