traefik/integration/fixtures/k8s_crd.toml

18 lines
243 B
TOML
Raw Normal View History

[global]
2019-07-01 09:30:05 +00:00
checkNewVersion = false
sendAnonymousUsage = false
[log]
2019-07-01 09:30:05 +00:00
level = "DEBUG"
[api]
2019-09-06 13:08:04 +00:00
insecure = true
[entryPoints]
[entryPoints.footcp]
2019-07-01 09:30:05 +00:00
address = ":8093"
[entryPoints.web]
address = ":8000"
2019-07-01 09:30:05 +00:00
[providers.kubernetesCRD]