Do not import kubernets node labels from nixos-servers
This commit is contained in:
parent
e18f3c7caa
commit
7be57d26f0
4 changed files with 157 additions and 23 deletions
10
globals.nix
10
globals.nix
|
@ -32,6 +32,16 @@
|
|||
hedgedoc = "quay.io/hedgedoc/hedgedoc:1.10.0";
|
||||
minecraft = "itzg/minecraft-server:latest";
|
||||
};
|
||||
|
||||
nodeLabels = {
|
||||
atlas.storageType = "slow";
|
||||
jefke.storageType = "fast";
|
||||
|
||||
lewis = {
|
||||
storageType = "fast";
|
||||
hasMedia = "true";
|
||||
};
|
||||
};
|
||||
};
|
||||
in {
|
||||
globals = globals // servers.globals;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue