Skip to content

Commit 0d63a8d

Browse files
committed
imp: expand builders +1
1 parent 0ffb31d commit 0d63a8d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

flake.lock

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
n2c.follows = "std/n2c";
66
data-merge.follows = "std/dmerge";
77
# --- Bitte Stack ----------------------------------------------
8-
bitte.url = "github:input-output-hk/bitte/zt";
8+
bitte.url = "github:input-output-hk/bitte";
99
# bitte.url = "path:/home/jlotoski/work/iohk/bitte-wt/zt";
1010
# bitte.url = "path:/home/manveru/github/input-output-hk/bitte";
1111
bitte-cells.url = "github:input-output-hk/bitte-cells/patroni-token-rotation";

nix/metal/bitteProfile/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ in {
8383
# client-$REGION-$INSTANCE_TYPE-$ASG_SUFFIX
8484
in
8585
lib.listToAttrs (lib.forEach [
86-
(mkAsgs "eu-central-1" 4 "m5.8xlarge" 500 "prod" "prod" {withPatroni = true;} {})
86+
(mkAsgs "eu-central-1" 5 "m5.8xlarge" 500 "prod" "prod" {withPatroni = true;} {})
8787
(mkAsgs "eu-central-1" 0 "m5.metal" 1000 "baremetal" "baremetal" {} {primaryInterface = "enp125s0";})
8888
(mkAsgs "eu-central-1" 1 "t3a.medium" 100 "test" "test" {} {})
8989
]

0 commit comments

Comments
 (0)