1
0
mirror of https://github.com/containous/traefik.git synced 2025-01-11 05:17:52 +03:00

Merge pull request #262 from containous/fix-marathon-exposedByDefault

Add exposedByDefault doc
This commit is contained in:
Emile Vauge 2016-03-25 11:14:19 +01:00
commit bb1ecdd3c9
2 changed files with 16 additions and 0 deletions

View File

@ -92,6 +92,7 @@ Træfɪk uses the following precedence order. Each item takes precedence over th
It means that arguments overrides configuration file. It means that arguments overrides configuration file.
Each argument is described in the help section: Each argument is described in the help section:
```bash ```bash
$ traefik --help $ traefik --help
traefik is a modern HTTP reverse proxy and load balancer made to deploy microservices with ease. traefik is a modern HTTP reverse proxy and load balancer made to deploy microservices with ease.
@ -155,6 +156,7 @@ Flags:
--marathon Enable Marathon backend --marathon Enable Marathon backend
--marathon.domain string Default domain used --marathon.domain string Default domain used
--marathon.endpoint string Marathon server endpoint. You can also specify multiple endpoint for Marathon (default "http://127.0.0.1:8080") --marathon.endpoint string Marathon server endpoint. You can also specify multiple endpoint for Marathon (default "http://127.0.0.1:8080")
--marathon.exposedByDefault Expose Marathon apps by default (default true)
--marathon.filename string Override default configuration template. For advanced users :) --marathon.filename string Override default configuration template. For advanced users :)
--marathon.watch Watch provider (default true) --marathon.watch Watch provider (default true)
--maxIdleConnsPerHost int If non-zero, controls the maximum idle (keep-alive) to keep per-host. If zero, DefaultMaxIdleConnsPerHost is used --maxIdleConnsPerHost int If non-zero, controls the maximum idle (keep-alive) to keep per-host. If zero, DefaultMaxIdleConnsPerHost is used
@ -820,6 +822,13 @@ domain = "marathon.localhost"
# #
# filename = "marathon.tmpl" # filename = "marathon.tmpl"
# Expose Marathon apps by default in traefik
#
# Optional
# Default: false
#
# ExposedByDefault = true
# Enable Marathon basic authentication # Enable Marathon basic authentication
# #
# Optional # Optional

View File

@ -281,6 +281,13 @@
# #
# filename = "marathon.tmpl" # filename = "marathon.tmpl"
# Expose Marathon apps by default in traefik
#
# Optional
# Default: false
#
# ExposedByDefault = true
# Enable Marathon basic authentication # Enable Marathon basic authentication
# #
# Optional # Optional