Skip to content

Commit b088894

Browse files
committed
Default to t3.large
1 parent d4176f7 commit b088894

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cortex.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export CORTEX_REGION="${CORTEX_REGION:-us-west-2}"
111111
export CORTEX_ZONES="${CORTEX_ZONES:-""}"
112112

113113
export 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}"
115115
export CORTEX_NODES_MIN="${CORTEX_NODES_MIN:-2}"
116116
export CORTEX_NODES_MAX="${CORTEX_NODES_MAX:-5}"
117117
export CORTEX_NAMESPACE="${CORTEX_NAMESPACE:-cortex}"

docs/cluster/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export CORTEX_ZONES=""
2727
export 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
3333
export CORTEX_NODES_MIN=2

0 commit comments

Comments
 (0)