Skip to content

Commit

Permalink
add back
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Liang <ekhliang@gmail.com>
  • Loading branch information
ericl committed Feb 23, 2024
1 parent 5157e75 commit 254fa33
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions configs/endpoints_v2/aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,12 @@ head_node_type:
cpu: 0
worker_node_types: []
auto_select_worker_config: true
# TODO(shomil): remove once set by default in OA
aws:
TagSpecifications:
- ResourceType: instance
Tags:
- Key: as-feature-enable-multi-az-serve
Value: "true"
- Key: as-feature-multi-zone
Value: "true"
6 changes: 6 additions & 0 deletions configs/endpoints_v2/gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ head_node_type:
cpu: 0
worker_node_types: []
auto_select_worker_config: true
# TODO(shomil): remove once set by default in OA
gcp_advanced_configurations_json:
instance_properties:
labels:
as-feature-multi-zone: 'true'
as-feature-enable-multi-az-serve: 'true'

0 comments on commit 254fa33

Please sign in to comment.