cuber-gem
cuber-gem copied to clipboard
✨ Add nodeSelector to procs
Added the possibility of having node_name aka nodeName in the proc configuration.
This allows users to push each proc to a different node
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'