-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathagent.cfg.yml
69 lines (69 loc) · 1.17 KB
/
agent.cfg.yml
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
http:
listen: 0.0.0.0:8080
metrics_enable: false
tls:
cert_path: ""
enable: false
key_path: ""
listen: ""
interval: 5m0s
manager:
address: 127.0.0.1:8080
token: tokenJwt
requesters:
- id: static
type: static
config:
domains:
- - example.com
- - foo.com
- bar.com
- id: traefikV2
type: traefikV2
config:
addresses:
- http://127.0.0.1
- id: traefikV3
type: traefikV3
config:
addresses:
- http://127.0.0.1
state:
config:
path: /var/lib/lets-go-tls/state.json
type: fs
storages:
- id: fs
type: fs
config:
group: root
only_matched_domains: false
owner: root
path: /var/lib/lets-go-tls/ssl
post_hook:
cmd: echo 1
timeout: 1m0s
prefix_filename: ""
specific_domains:
- identifier: custom
path: ""
domains:
- example.com
- identifier: custom
path: foo
domains:
- example.com
- id: traefikV2
type: traefikV2
config:
group: root
owner: root
path: /etc/traefik/config
prefix_filename: ""
- id: traefikV3
type: traefikV3
config:
group: root
owner: root
path: /etc/traefik/config
prefix_filename: ""