rock
e4f6f03a8c
fix(comfyui): correct port 8188->18188, add TLS ingress at comfyui.riotpiao.com (#44)
## Problem
ComfyUI pod restarting 273+ times over 45h. Startup probe failed every time.
## Root Cause
ai-dock image runs ComfyUI on port 18188 (adds 10000 to configured port), not 8188. Caddy does NOT proxy 8188->18188.
## Fix
- deployment: containerPort, probes -> 18188
- service: targetPort -> 18188
- ingress: TLS at comfyui.riotpiao.com, WebSocket headers
- CoreDNS: rewrite comfyui.riotpiao.com
## Post-merge
CoreDNS rewrite needs terraform apply + make apply-cp.
Cloudflare DNS: add CNAME comfyui.riotpiao.com -> tunnel.Reviewed-on: #44
Co-authored-by: rock <[email protected]>
2026-09-13 00:18:54 +00:00
..
2026-08-19 22:51:53 -07:00
2026-08-19 23:34:33 -07:00
2026-08-18 15:08:04 -07:00
2026-09-13 00:18:54 +00:00
2026-09-12 19:02:47 +09:00
2026-08-18 15:08:04 -07:00
2026-09-10 22:56:41 +00:00
2026-09-11 10:46:15 +09:00
2026-09-05 01:10:51 -07:00
2026-09-13 08:35:55 +09:00
2026-08-18 15:08:04 -07:00
2026-09-10 10:49:30 +09:00
2026-08-18 15:08:04 -07:00
2026-08-21 16:44:59 -07:00