galaxyproject / galaxy-helm

Minimal setup required to run Galaxy under Kubernetes
MIT License
38 stars 36 forks source link

Node selectors #456

Open ksuderman opened 4 months ago

ksuderman commented 4 months ago

A nodeSelector is defined at the top of the chart that is applied to all handlers if/when it is defined. We should allow users to specify a nodeSelector for each handler (at least). We probably want to do the same for affinity as well.