init
This commit is contained in:
15
traefik-repo/traefik/data/custom/pve.domainru.yml.example
Normal file
15
traefik-repo/traefik/data/custom/pve.domainru.yml.example
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user