cluster/services/storage: garage health endpoint does not like HEAD
This commit is contained in:
parent
024dcc78b0
commit
8f8c2bc0ce
1 changed files with 0 additions and 2 deletions
|
@ -37,14 +37,12 @@ in
|
||||||
http = "https://${address}/health";
|
http = "https://${address}/health";
|
||||||
tls_server_name = "garage.${domain}";
|
tls_server_name = "garage.${domain}";
|
||||||
header.Host = lib.singleton tls_server_name;
|
header.Host = lib.singleton tls_server_name;
|
||||||
method = "HEAD";
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "Garage Node";
|
name = "Garage Node";
|
||||||
id = "service:garage:node";
|
id = "service:garage:node";
|
||||||
interval = "5s";
|
interval = "5s";
|
||||||
http = "${config.links.garageMetrics.url}/health";
|
http = "${config.links.garageMetrics.url}/health";
|
||||||
method = "HEAD";
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue