source-repo/traefik/dynamic/web/voice.yml

18 lines
402 B
YAML

http:
routers:
voice:
entryPoints:
- "websecure"
rule: "Host(`voice.semyeongsoft.com`)"
tls:
certResolver: smsoft-dns-challenge
domains:
- main: "semyeongsoft.com"
sans:
- "*.semyeongsoft.com"
service: "voice"
services:
voice:
loadbalancer:
servers:
- url: "http://10.10.20.20:9801"