Skip to content

Commit a5f16e7

Browse files
committed
feat(oldeworld): add VMs for the new API
1 parent d65f786 commit a5f16e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ansible/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ check-env-keys:
2525
fi
2626

2727
.PHONY: inventory
28-
inventory: check-env-keys
28+
inventory:
2929
ansible-inventory -i inventory --graph -v
3030

terraform/prd-cluster-oldeworld/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ data "linode_instances" "ops_standalone_backoffice" {
3737

3838
locals {
3939
pxy_node_count = 3 # number of proxy nodes
40-
api_node_count = 3 # number of api nodes
40+
api_node_count = 6 # number of api nodes
4141
clt_node_count = 2 # number of client nodes for EACH LANGUAGE!
4242
jms_node_count = 3 # number of JAMStack nodes
4343
}

terraform/stg-cluster-oldeworld/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ data "linode_instances" "ops_standalone_backoffice" {
3737

3838
locals {
3939
pxy_node_count = 3 # number of proxy nodes
40-
api_node_count = 3 # number of api nodes
40+
api_node_count = 6 # number of api nodes
4141
clt_node_count = 2 # number of client nodes for EACH LANGUAGE!
4242
jms_node_count = 3 # number of JAMStack nodes
4343
}

0 commit comments

Comments
 (0)