traefik/integration/fixtures/k8s_default.toml

17 lines
230 B
TOML
Raw Normal View History

2019-03-11 14:54:05 +01:00
[global]
2019-07-01 11:30:05 +02:00
checkNewVersion = false
sendAnonymousUsage = false
[log]
2019-07-01 11:30:05 +02:00
level = "DEBUG"
2019-03-11 14:54:05 +01:00
[api]
insecure = true
2019-03-11 14:54:05 +01:00
[entryPoints]
[entryPoints.web]
2019-07-01 11:30:05 +02:00
address = ":8000"
2019-03-11 14:54:05 +01:00
[providers.kubernetesIngress]
allowEmptyServices = true