Add Kubernetes Gateway Provider
Co-authored-by: Jean-Baptiste Doumenjou <925513+jbdoumenjou@users.noreply.github.com>
This commit is contained in:
parent
ea418aa7d8
commit
c21597c593
56 changed files with 7239 additions and 156 deletions
22
integration/fixtures/k8s_gateway.toml
Normal file
22
integration/fixtures/k8s_gateway.toml
Normal file
|
@ -0,0 +1,22 @@
|
|||
[global]
|
||||
checkNewVersion = false
|
||||
sendAnonymousUsage = false
|
||||
|
||||
[log]
|
||||
level = "DEBUG"
|
||||
|
||||
[api]
|
||||
insecure = true
|
||||
|
||||
[experimental]
|
||||
kubernetesGateway = true
|
||||
|
||||
[entryPoints]
|
||||
[entryPoints.footcp]
|
||||
address = ":8193"
|
||||
[entryPoints.fooudp]
|
||||
address = ":8190/udp"
|
||||
[entryPoints.web]
|
||||
address = ":8180"
|
||||
|
||||
[providers.kubernetesGateway]
|
Loading…
Add table
Add a link
Reference in a new issue