cluster/services/consul: fix remote api frontend check

This commit is contained in:
Max Headroom 2023-06-05 20:25:37 +02:00
parent d5492689c4
commit 4610811a48

View file

@ -26,6 +26,7 @@ in
id = "service:consul-remote:frontend";
http = "https://${hyprspace.addr}/v1/status/leader";
tls_server_name = frontendDomain;
header.Host = lib.singleton frontendDomain;
interval = "60s";
}
{