fixup! cluster/services/consul: set agent HTTP API port

This commit is contained in:
Max Headroom 2024-07-17 17:01:33 +02:00
parent b655d9e086
commit 5e6ce367b9

View file

@ -34,5 +34,6 @@ in
services.grafana-agent.settings.integrations.consul_exporter = {
enabled = true;
instance = hostName;
server = config.links.consulAgent.url;
};
}