Skip to content

Operations

Ryan Wold edited this page Apr 9, 2020 · 6 revisions

Deployment

Scaling

To scale Touchpoints instances on cloud.gov:

  • To view how many instances are set to run - cf scale instance-name
    • example: cf scale touchpoints
  • To set how many instances should run - cf scale instance-name -i number-of-instances
    • example: cf scale touchpoints-staging -i 2

Clone this wiki locally