1
0
Fork 0

Merge branch v2.6 into v2.7

This commit is contained in:
Tom Moulard 2022-04-21 10:59:46 +02:00
commit 73ba7ed2d2
No known key found for this signature in database
GPG key ID: 521ABE0C1A0DEAF6
145 changed files with 1187 additions and 502 deletions

View file

@ -4,38 +4,34 @@ global:
serversTransport:
insecureSkipVerify: true
rootCAs:
- foobar
- foobar
- foobar
- foobar
maxIdleConnsPerHost: 42
forwardingTimeouts:
dialTimeout: 42
responseHeaderTimeout: 42
idleConnTimeout: 42
dialTimeout: 42s
responseHeaderTimeout: 42s
idleConnTimeout: 42s
entryPoints:
EntryPoint0:
address: foobar
transport:
lifeCycle:
requestAcceptGraceTimeout: 42
graceTimeOut: 42
requestAcceptGraceTimeout: 42s
graceTimeOut: 42s
respondingTimeouts:
readTimeout: 42
writeTimeout: 42
idleTimeout: 42
readTimeout: 42s
writeTimeout: 42s
idleTimeout: 42s
proxyProtocol:
insecure: true
trustedIPs:
- foobar
- foobar
- foobar
- foobar
forwardedHeaders:
insecure: true
trustedIPs:
- foobar
- foobar
http3:
advertisedPort: 42
udp:
timeout: 42
- foobar
- foobar
http:
redirections:
entryPoint:
@ -44,22 +40,26 @@ entryPoints:
permanent: true
priority: 42
middlewares:
- foobar
- foobar
- foobar
- foobar
tls:
options: foobar
certResolver: foobar
domains:
- main: foobar
sans:
- foobar
- foobar
- main: foobar
sans:
- foobar
- foobar
- main: foobar
sans:
- foobar
- foobar
- main: foobar
sans:
- foobar
- foobar
http3:
advertisedPort: 42
udp:
timeout: 42s
providers:
providersThrottleDuration: 42
providersThrottleDuration: 42s
docker:
constraints: foobar
watch: true
@ -75,8 +75,8 @@ providers:
useBindPortIP: true
swarmMode: true
network: foobar
swarmModeRefreshSeconds: 42
httpClientTimeout: 42
swarmModeRefreshSeconds: 42s
httpClientTimeout: 42s
file:
directory: foobar
watch: true
@ -96,10 +96,10 @@ providers:
cert: foobar
key: foobar
insecureSkipVerify: true
dialerTimeout: 42
responseHeaderTimeout: 42
tlsHandshakeTimeout: 42
keepAlive: 42
dialerTimeout: 42s
responseHeaderTimeout: 42s
tlsHandshakeTimeout: 42s
keepAlive: 42s
forceTaskHostname: true
basic:
httpBasicAuthUser: foobar
@ -110,12 +110,13 @@ providers:
token: foobar
certAuthFilePath: foobar
namespaces:
- foobar
- foobar
- foobar
- foobar
labelSelector: foobar
ingressClass: foobar
throttleDuration: 42s
allowEmptyServices: true
allowExternalNameServices: true
ingressEndpoint:
ip: foobar
hostname: foobar
@ -125,9 +126,10 @@ providers:
token: foobar
certAuthFilePath: foobar
namespaces:
- foobar
- foobar
- foobar
- foobar
allowCrossNamespace: true
allowExternalNameServices: true
labelSelector: foobar
ingressClass: foobar
throttleDuration: 42s
@ -137,8 +139,8 @@ providers:
token: foobar
certAuthFilePath: foobar
namespaces:
- foobar
- foobar
- foobar
- foobar
labelSelector: foobar
throttleDuration: 42s
rest:
@ -161,6 +163,9 @@ providers:
cache: true
exposedByDefault: true
defaultRule: foobar
connectAware: true
connectByDefault: true
serviceName: foobar
namespace: foobar
watch: true
endpoint:
@ -184,8 +189,8 @@ providers:
refreshSeconds: 42
defaultRule: foobar
clusters:
- foobar
- foobar
- foobar
- foobar
autoDiscoverClusters: true
region: foobar
accessKeyID: foobar
@ -193,12 +198,12 @@ providers:
consul:
rootKey: foobar
endpoints:
- foobar
- foobar
- foobar
- foobar
username: foobar
password: foobar
namespace: foobar
token: foobar
namespace: foobar
tls:
ca: foobar
caOptional: true
@ -208,12 +213,12 @@ providers:
etcd:
rootKey: foobar
endpoints:
- foobar
- foobar
- foobar
- foobar
username: foobar
password: foobar
namespace: foobar
token: foobar
namespace: foobar
tls:
ca: foobar
caOptional: true
@ -223,12 +228,12 @@ providers:
zooKeeper:
rootKey: foobar
endpoints:
- foobar
- foobar
- foobar
- foobar
username: foobar
password: foobar
namespace: foobar
token: foobar
namespace: foobar
tls:
ca: foobar
caOptional: true
@ -238,12 +243,12 @@ providers:
redis:
rootKey: foobar
endpoints:
- foobar
- foobar
- foobar
- foobar
username: foobar
password: foobar
namespace: foobar
token: foobar
namespace: foobar
tls:
ca: foobar
caOptional: true
@ -252,8 +257,8 @@ providers:
insecureSkipVerify: true
http:
endpoint: foobar
pollInterval: 42
pollTimeout: 42
pollInterval: 42s
pollTimeout: 42s
tls:
ca: foobar
caOptional: true
@ -270,8 +275,8 @@ api:
metrics:
prometheus:
buckets:
- 42
- 42
- 42
- 42
addEntryPointsLabels: true
addRoutersLabels: true
addServicesLabels: true
@ -279,14 +284,14 @@ metrics:
manualRouting: true
datadog:
address: foobar
pushInterval: 42
pushInterval: 42s
addEntryPointsLabels: true
addRoutersLabels: true
addServicesLabels: true
prefix: foobar
statsD:
address: foobar
pushInterval: 42
pushInterval: 42s
addEntryPointsLabels: true
addRoutersLabels: true
addServicesLabels: true
@ -294,7 +299,7 @@ metrics:
influxDB:
address: foobar
protocol: foobar
pushInterval: 42
pushInterval: 42s
database: foobar
retentionPolicy: foobar
username: foobar
@ -329,10 +334,10 @@ accessLog:
format: foobar
filters:
statusCodes:
- foobar
- foobar
- foobar
- foobar
retryAttempts: true
minDuration: 42
minDuration: 42s
fields:
defaultMode: foobar
names:
@ -378,6 +383,7 @@ tracing:
localAgentHost: foobar
localAgentPort: 42
logLevel: foobar
enableAutoProfile: true
haystack:
localAgentHost: foobar
localAgentPort: 42
@ -399,7 +405,7 @@ certificatesResolvers:
acme:
email: foobar
caServer: foobar
certificatesDuration: 2160
certificatesDuration: 42
preferredChain: foobar
storage: foobar
keyType: foobar
@ -408,10 +414,10 @@ certificatesResolvers:
hmacEncoded: foobar
dnsChallenge:
provider: foobar
delayBeforeCheck: 42
delayBeforeCheck: 42s
resolvers:
- foobar
- foobar
- foobar
- foobar
disablePropagationCheck: true
httpChallenge:
entryPoint: foobar
@ -420,7 +426,7 @@ certificatesResolvers:
acme:
email: foobar
caServer: foobar
certificatesDuration: 2160
certificatesDuration: 42
preferredChain: foobar
storage: foobar
keyType: foobar
@ -429,10 +435,10 @@ certificatesResolvers:
hmacEncoded: foobar
dnsChallenge:
provider: foobar
delayBeforeCheck: 42
delayBeforeCheck: 42s
resolvers:
- foobar
- foobar
- foobar
- foobar
disablePropagationCheck: true
httpChallenge:
entryPoint: foobar