File tree 3 files changed +0
-6
lines changed
3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ export CORTEX_AWS_SECRET_ACCESS_KEY="${CORTEX_AWS_SECRET_ACCESS_KEY:-""}"
103
103
export CORTEX_LOG_GROUP=" ${CORTEX_LOG_GROUP:- cortex} "
104
104
export CORTEX_BUCKET=" ${CORTEX_BUCKET:- " " } "
105
105
export CORTEX_REGION=" ${CORTEX_REGION:- us-west-2} "
106
- export CORTEX_ZONES=" ${CORTEX_ZONES:- " " } "
107
106
108
107
export CORTEX_CLUSTER=" ${CORTEX_CLUSTER:- cortex} "
109
108
export CORTEX_NODE_TYPE=" ${CORTEX_NODE_TYPE:- m5.large} "
Original file line number Diff line number Diff line change @@ -24,9 +24,6 @@ export CORTEX_BUCKET="cortex-[RANDOM_ID]"
24
24
# The AWS region Cortex will use
25
25
export CORTEX_REGION=" us-west-2"
26
26
27
- # The AWS zones Cortex will use (e.g. "us-east-1a,us-east-1b")
28
- export CORTEX_ZONES=" "
29
-
30
27
# The name of the EKS cluster Cortex will use
31
28
export CORTEX_CLUSTER=" cortex"
32
29
Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ metadata:
20
20
region : $CORTEX_REGION
21
21
version : " 1.14"
22
22
23
- availabilityZones : $CORTEX_ZONES
24
-
25
23
nodeGroups :
26
24
- name : ng-1
27
25
instanceType : $CORTEX_NODE_TYPE
You can’t perform that action at this time.
0 commit comments