We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83ac5e commit 969a6aaCopy full SHA for 969a6aa
nix/metal/bitteProfile/default.nix
@@ -178,10 +178,11 @@ in {
178
};
179
180
monitoring = {
181
- instanceType = "t3a.xlarge";
+ instanceType = "t3a.2xlarge";
182
privateIP = "172.16.0.20";
183
subnet = cluster.vpc.subnets.core-1;
184
volumeSize = 300;
185
+ ebsOptimized = true;
186
187
modules = [
188
bitte.profiles.monitoring
0 commit comments