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 d856eee commit 2b0f0a1Copy full SHA for 2b0f0a1
nix/metal/bitteProfile/default.nix
@@ -73,8 +73,8 @@ in {
73
# client-$REGION-$INSTANCE_TYPE-$ASG_SUFFIX
74
in
75
lib.listToAttrs (lib.forEach [
76
- (mkAsgs "eu-central-1" 3 "m5.8xlarge" 500 "prod" "prod" {withPatroni = true;} {})
77
- (mkAsgs "eu-central-1" 1 "m5.metal" 1000 "baremetal" "baremetal" {} {primaryInterface = "enp125s0";})
+ (mkAsgs "eu-central-1" 4 "m5.8xlarge" 500 "prod" "prod" {withPatroni = true;} {})
+ (mkAsgs "eu-central-1" 0 "m5.metal" 1000 "baremetal" "baremetal" {} {primaryInterface = "enp125s0";})
78
(mkAsgs "eu-central-1" 1 "t3a.medium" 100 "test" "test" {} {})
79
]
80
(args: let
0 commit comments