cluster/services/consul: fix remote api frontend check
This commit is contained in:
parent
d5492689c4
commit
4610811a48
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ in
|
||||||
id = "service:consul-remote:frontend";
|
id = "service:consul-remote:frontend";
|
||||||
http = "https://${hyprspace.addr}/v1/status/leader";
|
http = "https://${hyprspace.addr}/v1/status/leader";
|
||||||
tls_server_name = frontendDomain;
|
tls_server_name = frontendDomain;
|
||||||
|
header.Host = lib.singleton frontendDomain;
|
||||||
interval = "60s";
|
interval = "60s";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue