Fix grammar/spelling and capitalise Traefik (#260)

This commit is contained in:
X O 2016-09-04 09:08:30 +10:00 committed by Bill Maxwell
parent d2ad0cd116
commit f114a19455

View File

@ -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 | false>
- 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}