26 lines
672 B
YAML
26 lines
672 B
YAML
http:
|
|
routers:
|
|
proxyjs:
|
|
rule: "Host(`proxyjs.brunner.ninja`)"
|
|
service: proxyjs
|
|
entryPoints:
|
|
- websecure
|
|
tls:
|
|
certResolver: myresolver
|
|
priority: 10
|
|
|
|
services:
|
|
proxyjs:
|
|
loadBalancer:
|
|
servers:
|
|
- url: "http://localhost:9500"
|
|
- url: "http://localhost:9501"
|
|
- url: "http://localhost:9502"
|
|
- url: "http://localhost:9503"
|
|
- url: "http://localhost:9504"
|
|
- url: "http://localhost:9505"
|
|
- url: "http://localhost:9506"
|
|
- url: "http://localhost:9507"
|
|
- url: "http://localhost:9508"
|
|
- url: "http://localhost:9509"
|