Files
sablier/config.yml
Alexis Couvreur 3aaa0649ac Added dev config
2020-10-22 19:51:17 +02:00

23 lines
462 B
YAML

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