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

15 lines
205 B
YAML
Raw Normal View History

2026-09-08 18:26:07 -07:00
apiVersion: v1
kind: Service
metadata:
name: comfyui
namespace: comfyui
labels:
app: comfyui
spec:
selector:
app: comfyui
ports:
- port: 80
targetPort: 8188
protocol: TCP