Skip to content

Commit 5eb24f7

Browse files
committed
maint: bump cache machine ebs gp2 vol size
1 parent 3d6e325 commit 5eb24f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/metal/bitteProfile/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ in {
216216
instanceType = "m5.4xlarge";
217217
privateIP = "172.16.0.52";
218218
subnet = cluster.vpc.subnets.core-1;
219-
volumeSize = 600;
219+
volumeSize = 1000;
220220

221221
modules = [
222222
(bitte + /profiles/auxiliaries/telegraf.nix)

0 commit comments

Comments
 (0)