single_node_gce.yaml 435 B

1234567891011121314151617181920212223
  1. cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
  2. region: us-west1
  3. allowed_azs:
  4. - us-west1-c
  5. max_workers: 0
  6. gcp_advanced_configurations_json:
  7. instance_properties:
  8. disks:
  9. - boot: true
  10. auto_delete: true
  11. initialize_params:
  12. disk_size_gb: 500
  13. head_node_type:
  14. name: head_node
  15. instance_type: n2-standard-64
  16. resources:
  17. # 128 GB
  18. object_store_memory: 128000000000
  19. worker_node_types: []