Skip to content

Commit 0b9fc76

Browse files
committed
maint: bump cache machine ebs gp2 vol size
1 parent 242d43b commit 0b9fc76

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 = 1000;
219+
volumeSize = 2000;
220220

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

0 commit comments

Comments
 (0)