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 aa24515 commit e83ac5eCopy full SHA for e83ac5e
nix/metal/bitteProfile/default.nix
@@ -97,7 +97,7 @@ in {
97
# client-$REGION-$INSTANCE_TYPE-$ASG_SUFFIX
98
in
99
lib.listToAttrs (lib.forEach [
100
- (mkAsgs "eu-central-1" 7 "m5.8xlarge" 500 "prod" "prod" {withPatroni = true;} {})
+ (mkAsgs "eu-central-1" 10 "m5.8xlarge" 500 "prod" "prod" {withPatroni = true;} {})
101
(mkAsgs "eu-central-1" 0 "m5.metal" 1000 "baremetal" "baremetal" {} {primaryInterface = "enp125s0";})
102
(mkAsgs "eu-central-1" 1 "t3a.medium" 100 "test" "test" {} {})
103
]
0 commit comments