You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
265 B

  1. module: tip
  2. runtime: custom
  3. vm: true
  4. manual_scaling:
  5. instances: 4
  6. env_variables:
  7. TIP_BUILDER: 'godoc'
  8. health_check:
  9. enable_health_check: True
  10. check_interval_sec: 5
  11. timeout_sec: 4
  12. unhealthy_threshold: 2
  13. healthy_threshold: 2
  14. restart_threshold: 240