cuber-gem icon indicating copy to clipboard operation
cuber-gem copied to clipboard

✨ Add nodeSelector to procs

Open RocKhalil opened this issue 2 years ago • 6 comments

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 avatar Apr 30 '23 18:04 RocKhalil

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'

RocKhalil avatar Jun 13 '23 20:06 RocKhalil