started adding consul integration

This commit is contained in:
Bertrand Lanson 2023-06-02 21:42:51 +02:00
parent ac4aeb5212
commit 17d17e5a8c
2 changed files with 15 additions and 2 deletions

View File

@ -24,7 +24,7 @@ deploy_adguard_node_exporter:
log_limit: 10000
deploy_adguard_consul:
enable: false
consul_protocol: http
consul_addr: 127.0.0.1:8500
consul_addr: http://127.0.0.1:8500
consul_token: someUUIDhere
service_definition: {}
deploy_adguard_config: {}

View File

@ -0,0 +1,13 @@
{
"service": {
"name": "adguard",
"address": "127.0.0.1",
"port": 80,
"tags": [
],
"connect": {
"sidecar_service": {}
}
}
}