fix: template version documentation.

This commit is contained in:
Ludovic Fernandez 2018-04-16 00:34:03 +02:00 committed by Traefiker Bot
parent 0373cd6f97
commit 749d833f65
6 changed files with 7 additions and 7 deletions

View file

@ -73,7 +73,7 @@ prefix = "traefik"
# - "1": previous template version (must be used only with older custom templates, see "filename") # - "1": previous template version (must be used only with older custom templates, see "filename")
# - "2": current template version (must be used to force template version when "filename" is used) # - "2": current template version (must be used to force template version when "filename" is used)
# #
# templateVersion = "2" # templateVersion = 2
``` ```
This backend will create routes matching on hostname based on the service name used in Consul. This backend will create routes matching on hostname based on the service name used in Consul.

View file

@ -46,7 +46,7 @@ watch = true
# - "1": previous template version (must be used only with older custom templates, see "filename") # - "1": previous template version (must be used only with older custom templates, see "filename")
# - "2": current template version (must be used to force template version when "filename" is used) # - "2": current template version (must be used to force template version when "filename" is used)
# #
# templateVersion = "2" # templateVersion = 2
# Expose containers by default in Traefik. # Expose containers by default in Traefik.
# If set to false, containers that don't have `traefik.enable=true` will be ignored. # If set to false, containers that don't have `traefik.enable=true` will be ignored.
@ -139,7 +139,7 @@ swarmMode = true
# - "1": previous template version (must be used only with older custom templates, see "filename") # - "1": previous template version (must be used only with older custom templates, see "filename")
# - "2": current template version (must be used to force template version when "filename" is used) # - "2": current template version (must be used to force template version when "filename" is used)
# #
# templateVersion = "2" # templateVersion = 2
# Expose services by default in Traefik. # Expose services by default in Traefik.
# #

View file

@ -92,7 +92,7 @@ secretAccessKey = "123"
# - "1": previous template version (must be used only with older custom templates, see "filename") # - "1": previous template version (must be used only with older custom templates, see "filename")
# - "2": current template version (must be used to force template version when "filename" is used) # - "2": current template version (must be used to force template version when "filename" is used)
# #
# templateVersion = "2" # templateVersion = 2
``` ```
If `accessKeyID`/`secretAccessKey` is not given credentials will be resolved in the following order: If `accessKeyID`/`secretAccessKey` is not given credentials will be resolved in the following order:

View file

@ -52,7 +52,7 @@ domain = "marathon.localhost"
# - "1": previous template version (must be used only with older custom templates, see "filename") # - "1": previous template version (must be used only with older custom templates, see "filename")
# - "2": current template version (must be used to force template version when "filename" is used) # - "2": current template version (must be used to force template version when "filename" is used)
# #
# templateVersion = "2" # templateVersion = 2
# Expose Marathon apps by default in Traefik. # Expose Marathon apps by default in Traefik.
# #

View file

@ -55,7 +55,7 @@ domain = "mesos.localhost"
# - "1": previous template version (must be used only with older custom templates, see "filename") # - "1": previous template version (must be used only with older custom templates, see "filename")
# - "2": current template version (must be used to force template version when "filename" is used) # - "2": current template version (must be used to force template version when "filename" is used)
# #
# templateVersion = "2" # templateVersion = 2
# TLS client configuration. https://golang.org/pkg/crypto/tls/#Config # TLS client configuration. https://golang.org/pkg/crypto/tls/#Config
# #

View file

@ -61,7 +61,7 @@ enableServiceHealthFilter = true
# - "1": previous template version (must be used only with older custom templates, see "filename") # - "1": previous template version (must be used only with older custom templates, see "filename")
# - "2": current template version (must be used to force template version when "filename" is used) # - "2": current template version (must be used to force template version when "filename" is used)
# #
# templateVersion = "2" # templateVersion = 2
``` ```
To enable constraints see [backend-specific constraints section](/configuration/commons/#backend-specific). To enable constraints see [backend-specific constraints section](/configuration/commons/#backend-specific).