Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Add nodeSelector to procs #11

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

RocKhalil
Copy link

Added the possibility of having node_name aka nodeName in the proc configuration.
This allows users to push each proc to a different node

@RocKhalil RocKhalil changed the title ✨ Add node_name to procs ✨ Add nodeSelector to procs Jun 13, 2023
@RocKhalil
Copy link
Author

Updated to use nodeSelector with key and name;
example: node_pool_key: 'doks.digitalocean.com/node-pool', node_pool_name: 'api'

usage:

proc :web, 'bundle exec puma -C config/puma.rb', scale: 5, node_pool_key: 'doks.digitalocean.com/node-pool', node_pool_name: 'api'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant