Files
traefik-api/traefik-repo/traefik/data/custom/pve.domainru.yml.example
2021-10-03 14:45:56 +03:00

16 lines
301 B
Plaintext

tcp:
routers:
pve:
entryPoints:
- https
rule: "HostSNI(`pve.domain.ru`)"
service: pve-service
tls:
certResolver: letsEncrypt
passthrough: true
services:
pve-service:
loadBalancer:
servers:
- address: 192.168.1.2:8006