forked from Ivasoft/traefik
fix: pilot static configuration documentation
This commit is contained in:
committed by
GitHub
parent
63683d35fc
commit
a4df4b028e
@@ -250,6 +250,9 @@
|
|||||||
addEntryPointsLabels = true
|
addEntryPointsLabels = true
|
||||||
addServicesLabels = true
|
addServicesLabels = true
|
||||||
|
|
||||||
|
[pilot]
|
||||||
|
token = "foobar"
|
||||||
|
|
||||||
[ping]
|
[ping]
|
||||||
entryPoint = "foobar"
|
entryPoint = "foobar"
|
||||||
manualRouting = true
|
manualRouting = true
|
||||||
@@ -364,8 +367,6 @@
|
|||||||
[certificatesResolvers.CertificateResolver1.acme.tlsChallenge]
|
[certificatesResolvers.CertificateResolver1.acme.tlsChallenge]
|
||||||
|
|
||||||
[experimental]
|
[experimental]
|
||||||
[experimental.pilot]
|
|
||||||
token = "foobar"
|
|
||||||
[experimental.plugins]
|
[experimental.plugins]
|
||||||
[experimental.plugins.Descriptor0]
|
[experimental.plugins.Descriptor0]
|
||||||
moduleName = "foobar"
|
moduleName = "foobar"
|
||||||
|
|||||||
@@ -269,6 +269,8 @@ metrics:
|
|||||||
password: foobar
|
password: foobar
|
||||||
addEntryPointsLabels: true
|
addEntryPointsLabels: true
|
||||||
addServicesLabels: true
|
addServicesLabels: true
|
||||||
|
pilot:
|
||||||
|
token: foobar
|
||||||
ping:
|
ping:
|
||||||
entryPoint: foobar
|
entryPoint: foobar
|
||||||
manualRouting: true
|
manualRouting: true
|
||||||
@@ -383,8 +385,6 @@ certificatesResolvers:
|
|||||||
entryPoint: foobar
|
entryPoint: foobar
|
||||||
tlsChallenge: {}
|
tlsChallenge: {}
|
||||||
experimental:
|
experimental:
|
||||||
pilot:
|
|
||||||
token: foobar
|
|
||||||
plugins:
|
plugins:
|
||||||
Descriptor0:
|
Descriptor0:
|
||||||
moduleName: foobar
|
moduleName: foobar
|
||||||
|
|||||||
Reference in New Issue
Block a user