tywin: increase storj allocation to 1250GB
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Jake Hillion 2023-11-13 10:40:46 +00:00
parent 34e042f68b
commit cd79b1e60a

View File

@ -221,7 +221,7 @@
externalAddress = "d${toString index}.tywin.storj.hillion.co.uk:${toString (28967 + index)}";
consoleAddress = "100.115.31.91:${toString (14002 + index)}";
storage = "1000GB";
storage = "1250GB";
};
};
instances = builtins.genList (x: x) 4;