external url and fix queue address

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-06-22 23:08:48 -04:00 committed by Alice Huston
parent f28e596132
commit 08f1c45a59

View File

@ -62,7 +62,7 @@ in
port = ${hydra_notify_prometheus_port}
</prometheus>
</hydra_notify>
queue_runner_metrics_address = [::]:${hydra_queue_runner_prometheus_port}
queue_runner_metrics_address = 127.0.0.1:${hydra_queue_runner_prometheus_port}
'';
};
@ -72,6 +72,7 @@ in
};
prometheus = {
enable = true;
webExternalUrl = "https://prom.alicehuston.xyz";
port = 9001;
exporters.node = {
enable = true;