traefik/integration/fixtures/k8s_gateway.toml
Tom Moulard 56f845c71a
gatewayapi: adding support for TCPRoute and TLSRoute
Co-authored-by: Jean-Baptiste Doumenjou <925513+jbdoumenjou@users.noreply.github.com>
2021-05-20 11:50:12 +02:00

29 lines
497 B
TOML

[global]
checkNewVersion = false
sendAnonymousUsage = false
[log]
level = "DEBUG"
[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]