Skip to content

Commit 969a6aa

Browse files
committed
resize: increase monitoring size
1 parent e83ac5e commit 969a6aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nix/metal/bitteProfile/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,11 @@ in {
178178
};
179179

180180
monitoring = {
181-
instanceType = "t3a.xlarge";
181+
instanceType = "t3a.2xlarge";
182182
privateIP = "172.16.0.20";
183183
subnet = cluster.vpc.subnets.core-1;
184184
volumeSize = 300;
185+
ebsOptimized = true;
185186

186187
modules = [
187188
bitte.profiles.monitoring

0 commit comments

Comments
 (0)