gatewayapi: adding support for TCPRoute and TLSRoute
Co-authored-by: Jean-Baptiste Doumenjou <925513+jbdoumenjou@users.noreply.github.com>
This commit is contained in:
parent
e1e1fd640c
commit
56f845c71a
72 changed files with 6241 additions and 208 deletions
|
@ -12,11 +12,17 @@
|
|||
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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue