forked from Ivasoft/traefik
Add Traefik Hub Integration (Experimental Feature)
This commit is contained in:
committed by
GitHub
parent
8d58f33a28
commit
fbdb6e6e78
@@ -419,9 +419,18 @@
|
||||
token = "foobar"
|
||||
dashboard = true
|
||||
|
||||
[hub]
|
||||
entrypoint = "foobar"
|
||||
[hub.tls]
|
||||
insecure = true
|
||||
ca = "foobar"
|
||||
cert = "foobar"
|
||||
key = "foobar"
|
||||
|
||||
[experimental]
|
||||
kubernetesGateway = true
|
||||
http3 = true
|
||||
hub = true
|
||||
[experimental.plugins]
|
||||
[experimental.plugins.Descriptor0]
|
||||
moduleName = "foobar"
|
||||
|
||||
Reference in New Issue
Block a user