Skip to content

Commit e83ac5e

Browse files
committed
increase number of clients again
1 parent aa24515 commit e83ac5e

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
@@ -97,7 +97,7 @@ in {
9797
# client-$REGION-$INSTANCE_TYPE-$ASG_SUFFIX
9898
in
9999
lib.listToAttrs (lib.forEach [
100-
(mkAsgs "eu-central-1" 7 "m5.8xlarge" 500 "prod" "prod" {withPatroni = true;} {})
100+
(mkAsgs "eu-central-1" 10 "m5.8xlarge" 500 "prod" "prod" {withPatroni = true;} {})
101101
(mkAsgs "eu-central-1" 0 "m5.metal" 1000 "baremetal" "baremetal" {} {primaryInterface = "enp125s0";})
102102
(mkAsgs "eu-central-1" 1 "t3a.medium" 100 "test" "test" {} {})
103103
]

0 commit comments

Comments
 (0)