2023-08-31 01:55:45 +03:00
|
|
|
{ depot, ... }:
|
2023-06-05 02:26:26 +03:00
|
|
|
|
|
|
|
{
|
|
|
|
services.object-storage = {
|
|
|
|
nodes.host = [ "VEGAS" ];
|
|
|
|
nixos.host = ./host.nix;
|
|
|
|
};
|
|
|
|
|
|
|
|
monitoring.blackbox.targets.object-storage = {
|
2023-08-31 01:55:45 +03:00
|
|
|
address = "https://object-storage.${depot.lib.meta.domain}/minio/health/live";
|
2023-06-05 02:26:26 +03:00
|
|
|
module = "https2xx";
|
|
|
|
};
|
|
|
|
}
|