compute_config_gce.yaml 195 B

123456789101112
  1. cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
  2. region: us-west1
  3. allowed_azs:
  4. - us-west1-b
  5. max_workers: 0
  6. head_node_type:
  7. name: head_node
  8. instance_type: n1-standard-2
  9. worker_node_types: []