-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtraefik.toml
108 lines (107 loc) · 2.41 KB
/
traefik.toml
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
defaultEntryPoints = ["http"]
allowMinWeightZero = true
[entryPoints]
[entryPoints.http]
address = ":80"
[entryPoints.https]
address = ":443"
[entryPoints.https.tls]
insecureSkipVerify = true
[entryPoints.eight081]
address = ":8081"
[entryPoints.eight082]
address = ":8082"
[entryPoints.eight083]
address = ":8083"
[entryPoints.eight084]
address = ":8084"
[entryPoints.eight085]
address = ":8085"
[entryPoints.eight086]
address = ":8086"
[entryPoints.eight087]
address = ":8087"
[entryPoints.eight088]
address = ":8088"
[entryPoints.eight089]
address = ":8089"
[entryPoints.eight090]
address = ":8090"
[entryPoints.eight091]
address = ":8091"
[entryPoints.eight092]
address = ":8090"
[entryPoints.eight093]
address = ":8090"
[entryPoints.eight094]
address = ":8090"
[entryPoints.eight095]
address = ":8090"
[entryPoints.eight096]
address = ":8090"
[entryPoints.eight097]
address = ":8090"
[entryPoints.eight098]
address = ":8090"
[entryPoints.eight099]
address = ":8090"
[entryPoints.eight100]
address = ":8100"
[entryPoints.nine082]
address = ":9082"
[entryPoints.nine083]
address = ":9083"
[entryPoints.nine084]
address = ":9084"
[entryPoints.nine085]
address = ":9085"
[entryPoints.nine086]
address = ":9086"
[entryPoints.nine087]
address = ":9087"
[entryPoints.nine088]
address = ":9088"
[entryPoints.nine089]
address = ":9089"
[entryPoints.nine090]
address = ":9090"
[entryPoints.nine091]
address = ":9091"
[entryPoints.nine092]
address = ":9090"
[entryPoints.nine093]
address = ":9090"
[entryPoints.nine094]
address = ":9090"
[entryPoints.nine095]
address = ":9090"
[entryPoints.nine096]
address = ":9090"
[entryPoints.nine097]
address = ":9090"
[entryPoints.nine098]
address = ":9090"
[entryPoints.nine099]
address = ":9090"
[entryPoints.nine100]
address = ":9100"
[ping]
entryPoint = "eight081"
[api]
entryPoint = "eight081"
dashboard = true
debug = false
[mesos]
endpoint = "zk://leader.mesos:2181/mesos"
watch = true
domain = "mesos.localhost"
exposedByDefault = false
filename = "/mesos.tmpl"
templateVersion = 2
zkDetectionTimeout = 30
refreshSeconds = 30
ipSources = "host"
stateTimeoutSecond = 30
groupsAsSubDomains = true
[mesos.TLS]
insecureSkipVerify = true