✨ Add nodeSelector to procs#11
Conversation
|
Updated to use nodeSelector with key and name; usage: proc :web, 'bundle exec puma -C config/puma.rb', scale: 5, node_pool_key: 'doks.digitalocean.com/node-pool', node_pool_name: 'api' |
41ac68c to
933df51
Compare
|
Probably it would be better to have something like |
|
@collimarco I can be an option, however it will still require custom key names to map directly into the kube file. so we'll need to do: |
|
@RocKhalil No, it would be |
|
@collimarco basically the |
|
@RocKhalil Yes, I know, it's what I said... |
Added the possibility of having
node_nameakanodeNamein theprocconfiguration.This allows users to push each proc to a different node