File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ data "linode_instances" "ops_standalone_backoffice" {
3737
3838locals {
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}
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ data "linode_instances" "ops_standalone_backoffice" {
3737
3838locals {
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}
You can’t perform that action at this time.
0 commit comments