Skip to content

Commit

Permalink
eris: more 'resources' expansion + webserver removal
Browse files Browse the repository at this point in the history
  • Loading branch information
delroth committed Jan 12, 2024
1 parent 6674764 commit d1977ee
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions delft/eris.nix
Original file line number Diff line number Diff line change
Expand Up @@ -307,13 +307,22 @@ in
job_name = "nixos";
static_configs = [
{
targets = flip mapAttrsToList resources.machines (machine: v: "${v.networking.hostName}:9300");
targets = [
"rhea:9300"
];
labels.role = "hydra";
}
{
targets = [
"webserver:9300"
"eris:9300"
];
labels.role = "webserver";
labels.role = "monitoring";
}
{
targets = [
"haumea:9300"
];
labels.role = "database";
}
{
targets = [
Expand Down

0 comments on commit d1977ee

Please sign in to comment.