cluster/services/storage: use alias_service for garage-web's health check
This commit is contained in:
parent
db3abe717d
commit
91816529fd
1 changed files with 3 additions and 4 deletions
|
@ -36,10 +36,9 @@ in
|
||||||
inherit (linkWeb) port;
|
inherit (linkWeb) port;
|
||||||
checks = [
|
checks = [
|
||||||
{
|
{
|
||||||
name = "Garage Node";
|
name = "Garage Service Status";
|
||||||
id = "service:garage-web:node";
|
id = "service:garage-web:garage";
|
||||||
interval = "5s";
|
alias_service = "garage";
|
||||||
http = "${config.links.garageMetrics.url}/health";
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue