started adding consul integration
This commit is contained in:
parent
ac4aeb5212
commit
17d17e5a8c
@ -24,7 +24,7 @@ deploy_adguard_node_exporter:
|
|||||||
log_limit: 10000
|
log_limit: 10000
|
||||||
deploy_adguard_consul:
|
deploy_adguard_consul:
|
||||||
enable: false
|
enable: false
|
||||||
consul_protocol: http
|
consul_addr: http://127.0.0.1:8500
|
||||||
consul_addr: 127.0.0.1:8500
|
|
||||||
consul_token: someUUIDhere
|
consul_token: someUUIDhere
|
||||||
|
service_definition: {}
|
||||||
deploy_adguard_config: {}
|
deploy_adguard_config: {}
|
||||||
|
13
templates/adguard.consul.json
Normal file
13
templates/adguard.consul.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"service": {
|
||||||
|
"name": "adguard",
|
||||||
|
"address": "127.0.0.1",
|
||||||
|
"port": 80,
|
||||||
|
"tags": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"connect": {
|
||||||
|
"sidecar_service": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user