traefik/integration/fixtures/k8s_default.toml

18 lines
247 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"
2022-11-21 18:36:05 +01:00
noColor = true
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