Skip to content

Commit 2b0f0a1

Browse files
committed
resize: +1 m5.8x, -1 baremetal; deployed
1 parent d856eee commit 2b0f0a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/metal/bitteProfile/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ in {
7373
# client-$REGION-$INSTANCE_TYPE-$ASG_SUFFIX
7474
in
7575
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";})
76+
(mkAsgs "eu-central-1" 4 "m5.8xlarge" 500 "prod" "prod" {withPatroni = true;} {})
77+
(mkAsgs "eu-central-1" 0 "m5.metal" 1000 "baremetal" "baremetal" {} {primaryInterface = "enp125s0";})
7878
(mkAsgs "eu-central-1" 1 "t3a.medium" 100 "test" "test" {} {})
7979
]
8080
(args: let

0 commit comments

Comments
 (0)