-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtraefik.yml
More file actions
63 lines (56 loc) · 985 Bytes
/
traefik.yml
File metadata and controls
63 lines (56 loc) · 985 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
log:
level: INFO
api:
insecure: true
ping:
entryPoint: "ping"
tcp:
serversTransports:
ldap_transport:
proxyProtocol:
version: 2
entryPoints:
ping:
address: ":8800"
web:
address: ":80"
ldap:
address: ":389"
proxyProtocol:
insecure: true
cldap:
address: ":389/udp"
ldaps:
address: ":636"
proxyProtocol:
insecure: true
global_ldap:
address: ":3268"
proxyProtocol:
insecure: true
global_ldap_tls:
address: ":3269"
proxyProtocol:
insecure: true
kadmind:
address: ":749"
kpasswd:
address: ":464"
tls:
stores:
default:
defaultCertificate:
certFile: /certs/cert.pem
keyFile: /certs/privkey.pem
options:
default:
maxVersion: VersionTLS12
maxtls12:
maxVersion: VersionTLS12
providers:
file:
filename: /traefik.yml
watch: true
docker:
endpoint: "unix:///var/run/docker.sock"
exposedByDefault: false