Add Usage into config
This commit is contained in:
parent
ecc9410692
commit
3aa93946b5
1 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ data:
|
||||||
traefik.yaml: |
|
traefik.yaml: |
|
||||||
global:
|
global:
|
||||||
checkNewVersion: true
|
checkNewVersion: true
|
||||||
|
sendAnonymousUsage: true
|
||||||
serversTransport:
|
serversTransport:
|
||||||
insecureSkipVerify: true
|
insecureSkipVerify: true
|
||||||
entryPoints:
|
entryPoints:
|
||||||
|
|
@ -16,6 +17,9 @@ data:
|
||||||
throttleDuration: 2s
|
throttleDuration: 2s
|
||||||
kubernetesIngress:
|
kubernetesIngress:
|
||||||
ingressClass: "traefik"
|
ingressClass: "traefik"
|
||||||
|
# file:
|
||||||
|
# directory: /etc/traefik/file/
|
||||||
|
# watch: true
|
||||||
metrics:
|
metrics:
|
||||||
prometheus:
|
prometheus:
|
||||||
buckets:
|
buckets:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue