Files
traefik-selectel/deploy/dynamic/example.yml
T
vasyanskandClaude Sonnet 5 273cd54415
Build / Tests (push) Successful in 13s
Build / Build image (push) Failing after 15s
Build / Notify on failure (push) Failing after 0s
feat: traefik-selectel-dns — A-записи Selectel по роутам Traefik + CI сборка образа
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-21 21:50:07 +07:00

14 lines
473 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Пример роута через file-provider: демон увидит его в Traefik API так же, как docker-роуты.
http:
routers:
legacy-app:
rule: Host(`legacy.example.com`)
entryPoints: [websecure]
service: legacy-app
tls: {} # используется wildcard-сертификат с entrypoint websecure
services:
legacy-app:
loadBalancer:
servers:
- url: http://10.0.0.5:8080