From b2c931f1aedcda4c566b389bd93ecdb4fc139e57 Mon Sep 17 00:00:00 2001 From: Alexis Couvreur Date: Thu, 22 Oct 2020 20:39:56 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1375efe..439645e 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The service **whoami** is scaled to 0. We configured a **timeout of 10** seconds ## Configuration - `serviceUrl` the traefik-ondemand-service url (e.g. http://ondemand:1000) -- `name` the service to sclae on demand name (docker service ls) +- `name` the service to scale on demand name (docker service ls) - *`timeout` (default: 60)* timeout in seconds for the service to be scaled down to zero after the last request See `config.yml` and `docker-compose.yml` for full configuration.