-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtraefik.yml
More file actions
49 lines (43 loc) · 803 Bytes
/
traefik.yml
File metadata and controls
49 lines (43 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
global:
checkNewVersion: false
sendAnonymousUsage: false
log:
level: DEBUG
accessLog:
filePath: "/log/access.log"
format: json
api:
insecure: true
providers:
docker:
endpoint: "unix:///var/run/docker.sock"
file:
directory: /config
watch: true
# redis:
# rootKey: "traefik"
# endpoints:
# - localhost:6379
# # within the same pod, container share the network namespace (ip, ports etc)
entryPoints:
http:
address: ":80"
http:
redirections:
entryPoint:
to: https
https:
address: ":443"
tcptls:
address: ":9090"
metrics:
prometheus:
addEntryPointsLabels: true
addServicesLabels: true
# manualRouting: true
buckets:
- 0.1
- 0.3
- 1.2
- 5
# entryPoint: metrics