Skip to content

Instantly share code, notes, and snippets.

@vlad-stoian
Last active August 27, 2019 17:06
Show Gist options
  • Save vlad-stoian/cb23d4029de58bd7cd8b64142c62c71f to your computer and use it in GitHub Desktop.
Save vlad-stoian/cb23d4029de58bd7cd8b64142c62c71f to your computer and use it in GitHub Desktop.
- type: replace
path: /name?
value: ((deployment_name))
- type: replace
path: /instance_groups/name=worker/instances?
value: ((number_of_workers))
- type: replace
path: /instance_groups/name=worker/update?
value:
canaries: ((worker_canaries))
canary_watch_time: 10000-300000
max_in_flight: ((worker_max_in_flight))
update_watch_time: 10000-300000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment