From f114a19455439b3021223cd42167ba0f4968ca0d Mon Sep 17 00:00:00 2001 From: X O Date: Sun, 4 Sep 2016 09:08:30 +1000 Subject: [PATCH] Fix grammar/spelling and capitalise Traefik (#260) --- templates/traefik/1/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/templates/traefik/1/README.md b/templates/traefik/1/README.md index 34fa7e7..0552b31 100644 --- a/templates/traefik/1/README.md +++ b/templates/traefik/1/README.md @@ -2,7 +2,7 @@ ### Info: - This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. + This template deploys Traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. It would be deployed in hosts with label traefik_lb=true. ### Config: @@ -21,7 +21,7 @@ ### Service configuration labels: -Traefik labels has to be added in your services, in order to get included in traefik dynamic config. +Traefik labels has to be added in your services, in order to get included in Traefik dynamic config. - traefik.enable = - true: the service will be published as *service_name.stack_name.traefik_domain* @@ -38,10 +38,9 @@ Traefik labels has to be added in your services, in order to get included in tra Click deploy. - Services will be accessed throught hosts whith traefik_lb=true at: + Services will be accessed through hosts with traefik_lb=true at: - http://${service_name}.${stack_name}.${traefik.domain}:${http_port} - https://${service_name}.${stack_name}.${traefik.domain}:${https_port} or - http://${stack_name}.${traefik.domain}:${http_port} - https://${stack_name}.${traefik.domain}:${https_port} -