ligbox-ops-platform/specs/019-ops-console-active-operations/deploy/traefik/console-ligbox-g1-snippet.yml
Ligbox Spec Hub 5cf722c0e3 G1: publicar console.ligbox.com.br via Traefik CT114 e VM123.
DNS Cloudflare, routers Traefik, bind LAN 0.0.0.0:8100, rollback e script de validação — Spec 019 F0 mínimo.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-25 11:14:25 +00:00

28 lines
876 B
YAML

# G1 — console.ligbox.com.br → VM123:8100 (ligbox-ops-console-ui)
# Aplicado em CT114 /root/traefik/dynamic.yml em 2026-06-25
# Rollback: specs/019-ops-console-active-operations/deploy/traefik/G1-ROLLBACK.md
# --- routers (inserir após ligbox-ops-api-Router) ---
ligbox-console-Router:
rule: Host(`console.ligbox.com.br`)
service: vm123-console-Service
entryPoints:
- websecure
tls:
certResolver: letsencrypt
middlewares:
- default-headers
ligbox-console-http-Router:
rule: Host(`console.ligbox.com.br`)
service: vm123-console-Service
entryPoints:
- web
middlewares:
- redirect-https
# --- services (inserir após ligbox-ops-api-Service) ---
vm123-console-Service:
loadBalancer:
servers:
- url: http://10.10.10.123:8100
passHostHeader: true