19 lines
388 B
YAML
19 lines
388 B
YAML
http:
|
|
routers:
|
|
central:
|
|
rule: "PathPrefix(`/`)"
|
|
service: central
|
|
entryPoints:
|
|
- web
|
|
|
|
services:
|
|
central:
|
|
loadBalancer:
|
|
healthCheck:
|
|
path: /health/active
|
|
interval: 5s
|
|
timeout: 3s
|
|
servers:
|
|
- url: "http://scadalink-env2-central-a:5000"
|
|
- url: "http://scadalink-env2-central-b:5000"
|