Files
sablier/config.yml
Alexis Couvreur 3dc0a19bd2 Clean up
2020-10-21 22:31:29 +02:00

23 lines
426 B
YAML

http:
middlewares:
ondemand-60:
plugin:
dev:
serviceUrl: http://ondemand:10000
name: TRAEFIK_HACKATHON_whoami
timeout: 60
services:
whoami:
loadBalancer:
servers:
- url: "http://whoami:80"
routers:
whoami:
rule: PathPrefix(`/whoami`)
entryPoints:
- "http"
middlewares:
- ondemand-60
service: "whoami"