File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ export CORTEX_REGION="${CORTEX_REGION:-us-west-2}"
111111export CORTEX_ZONES=" ${CORTEX_ZONES:- " " } "
112112
113113export CORTEX_CLUSTER=" ${CORTEX_CLUSTER:- cortex} "
114- export CORTEX_NODE_TYPE=" ${CORTEX_NODE_TYPE:- t3.medium } "
114+ export CORTEX_NODE_TYPE=" ${CORTEX_NODE_TYPE:- t3.large } "
115115export CORTEX_NODES_MIN=" ${CORTEX_NODES_MIN:- 2} "
116116export CORTEX_NODES_MAX=" ${CORTEX_NODES_MAX:- 5} "
117117export CORTEX_NAMESPACE=" ${CORTEX_NAMESPACE:- cortex} "
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export CORTEX_ZONES=""
2727export CORTEX_CLUSTER=" cortex"
2828
2929# The AWS node type Cortex will use
30- export CORTEX_NODE_TYPE=" t3.medium "
30+ export CORTEX_NODE_TYPE=" t3.large "
3131
3232# Minimum number of nodes in the cluster
3333export CORTEX_NODES_MIN=2
You can’t perform that action at this time.
0 commit comments