mirror of
https://github.com/containous/traefik.git
synced 2024-12-22 13:34:03 +03:00
18 lines
251 B
TOML
18 lines
251 B
TOML
[global]
|
|
checkNewVersion = false
|
|
sendAnonymousUsage = false
|
|
|
|
[log]
|
|
level = "DEBUG"
|
|
noColor = true
|
|
|
|
[api]
|
|
insecure = true
|
|
|
|
[entryPoints]
|
|
[entryPoints.web]
|
|
address = ":8000"
|
|
|
|
[providers.kubernetesIngress]
|
|
ingressClass = "traefik-keep"
|