checks/garage: add garageWeb link
This commit is contained in:
parent
2596229ac8
commit
56c171960e
1 changed files with 2 additions and 0 deletions
|
@ -26,7 +26,9 @@ testers.runNixOSTest {
|
||||||
hostLinks.${hostName} = {
|
hostLinks.${hostName} = {
|
||||||
garageRpc.tuple = "${primaryIPAddress}:3901";
|
garageRpc.tuple = "${primaryIPAddress}:3901";
|
||||||
garageS3.tuple = "${primaryIPAddress}:8080";
|
garageS3.tuple = "${primaryIPAddress}:8080";
|
||||||
|
garageWeb.tuple = "${primaryIPAddress}:8081";
|
||||||
};
|
};
|
||||||
|
links.garageWeb.hostname = "web.garage.example.com";
|
||||||
vars.meshNet.cidr = "192.168.0.0/16";
|
vars.meshNet.cidr = "192.168.0.0/16";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue