Restrict traefik.toml to static configuration.

This commit is contained in:
Ludovic Fernandez
2019-07-15 10:22:03 +02:00
committed by Traefiker Bot
parent f49800e56a
commit 093658836e
78 changed files with 274 additions and 440 deletions

View File

@@ -39,8 +39,8 @@
[api]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -39,8 +39,8 @@
[api]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -9,8 +9,8 @@
[entryPoints.web]
address = ":8080"
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -9,8 +9,8 @@
[entryPoints.web]
address = ":8080"
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -9,5 +9,5 @@
[entryPoints.web]
address = ":8000"
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"

View File

@@ -9,8 +9,8 @@
[entryPoints.web]
address = ":8000"
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -9,8 +9,8 @@
[entryPoints.web]
address = ":8000"
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -14,8 +14,8 @@
[api]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -11,8 +11,8 @@
[api]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -11,8 +11,8 @@
[api]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -14,8 +14,8 @@
[api]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -14,8 +14,8 @@
[api]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -9,8 +9,8 @@
[entryPoints.web]
address = ":8000"
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -13,8 +13,8 @@
[api]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -11,8 +11,8 @@
[api]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -11,8 +11,8 @@
[api]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -11,8 +11,8 @@
[api]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -11,8 +11,8 @@
[api]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -11,8 +11,8 @@
[api]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -11,8 +11,8 @@
[api]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -14,8 +14,8 @@
[api]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -11,8 +11,8 @@
[api]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -11,8 +11,8 @@
[api]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -11,8 +11,8 @@
[api]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -11,8 +11,8 @@
[api]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -11,8 +11,8 @@
[api]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -30,8 +30,8 @@ fblo6RBxUQ==
[api]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -15,8 +15,8 @@
[api]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -1,36 +0,0 @@
[global]
checkNewVersion = false
sendAnonymousUsage = false
[log]
filePath = "traefik.log"
level = "ERROR"
[accessLog]
filePath = "access.log"
[entryPoints]
[entryPoints.web]
address = ":8000"
[entryPoints.api]
address = ":7888"
[api]
entryPoint = "api"
[providers]
[providers.file]
## dynamic configuration ##
[http.routers]
[http.routers.router1]
Service = "service1"
rule = "Path(`/test1`)"
[http.services]
[http.services.service1]
[http.services.service1.loadBalancer]
[[http.services.service1.loadBalancer.servers]]
url = "http://127.0.0.1:8081"

View File

@@ -17,6 +17,7 @@
exposedByDefault = false
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -15,6 +15,7 @@
[providers.rest]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -13,8 +13,8 @@
[api]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -13,8 +13,8 @@
[api]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -15,8 +15,8 @@
[entryPoints.api]
address = ":8080"
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -19,8 +19,8 @@
[ping]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##
@@ -32,5 +32,5 @@
[http.services]
[http.services.service.loadBalancer]
[[http.services.service.loadBalancer.servers]]
url = "{{.Server}}"
url = "{{ .Server }}"

View File

@@ -11,8 +11,8 @@
[api]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -18,6 +18,9 @@
[ping]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##
[http.middlewares]
[http.middlewares.authentication.basicAuth]

View File

@@ -12,6 +12,7 @@
[api]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -12,6 +12,7 @@
[api]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -12,6 +12,7 @@
[api]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -12,6 +12,7 @@
[api]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -12,6 +12,7 @@
[api]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -12,6 +12,9 @@
[api]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##
[tcp]
[tcp.routers]

View File

@@ -12,6 +12,7 @@
[api]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -18,8 +18,8 @@
[api]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -14,8 +14,8 @@
[api]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -19,6 +19,7 @@
watch = true
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -19,8 +19,8 @@
samplingServerURL = "http://{{.IP}}:5778/sampling"
localAgentHostPort = "{{.IP}}:6831"
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -17,8 +17,8 @@
httpEndpoint = "http://{{.IP}}:9411/api/v1/spans"
debug = true
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -11,8 +11,8 @@
[api]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##

View File

@@ -14,8 +14,8 @@
[api]
[providers]
[providers.file]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##