traefik/integration/fixtures/k8s_crd.toml

22 lines
356 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"
2022-11-21 17:36:05 +00:00
noColor = true
2019-07-01 09:30:05 +00:00
[api]
[entryPoints]
[entryPoints.footcp]
2019-07-01 09:30:05 +00:00
address = ":8093"
[entryPoints.fooudp]
address = ":8090/udp"
2019-07-01 09:30:05 +00:00
[entryPoints.web]
address = ":8000"
2019-07-01 09:30:05 +00:00
[providers.kubernetesCRD]
allowCrossNamespace = false
allowExternalNameServices = true