traefik/integration/fixtures/k8s_gateway.toml

30 lines
514 B
TOML
Raw Normal View History

[global]
checkNewVersion = false
sendAnonymousUsage = false
[log]
level = "DEBUG"
2022-11-21 17:36:05 +00:00
noColor = true
[api]
insecure = true
[experimental]
kubernetesGateway = true
[entryPoints]
[entryPoints.footlspassthrough]
address = ":9001"
[entryPoints.footlsterminate]
address = ":9002"
[entryPoints.footcp]
address = ":8193"
[entryPoints.fooudp]
address = ":8190/udp"
[entryPoints.web]
address = ":8180"
[entryPoints.websecure]
address = ":8443"
[providers.kubernetesGateway]