traefik/integration/fixtures/k8s_default.toml

18 lines
247 B
TOML
Raw Normal View History

2019-03-11 13:54:05 +00:00
[global]
2019-07-01 09:30:05 +00:00
checkNewVersion = false
sendAnonymousUsage = false
[log]
2019-07-01 09:30:05 +00:00
level = "DEBUG"
2022-11-21 17:36:05 +00:00
noColor = true
2019-03-11 13:54:05 +00:00
[api]
insecure = true
2019-03-11 13:54:05 +00:00
[entryPoints]
[entryPoints.web]
2019-07-01 09:30:05 +00:00
address = ":8000"
2019-03-11 13:54:05 +00:00
[providers.kubernetesIngress]
allowEmptyServices = true