Skip to content

Commit

Permalink
feat(oldeworld): add VMs for the new API
Browse files Browse the repository at this point in the history
  • Loading branch information
raisedadead committed Dec 17, 2024
1 parent d65f786 commit a5f16e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ check-env-keys:
fi

.PHONY: inventory
inventory: check-env-keys
inventory:
ansible-inventory -i inventory --graph -v

2 changes: 1 addition & 1 deletion terraform/prd-cluster-oldeworld/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ data "linode_instances" "ops_standalone_backoffice" {

locals {
pxy_node_count = 3 # number of proxy nodes
api_node_count = 3 # number of api nodes
api_node_count = 6 # number of api nodes
clt_node_count = 2 # number of client nodes for EACH LANGUAGE!
jms_node_count = 3 # number of JAMStack nodes
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/stg-cluster-oldeworld/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ data "linode_instances" "ops_standalone_backoffice" {

locals {
pxy_node_count = 3 # number of proxy nodes
api_node_count = 3 # number of api nodes
api_node_count = 6 # number of api nodes
clt_node_count = 2 # number of client nodes for EACH LANGUAGE!
jms_node_count = 3 # number of JAMStack nodes
}
Expand Down

0 comments on commit a5f16e7

Please sign in to comment.