hashicorp / waypoint-helm

Helm chart to install Waypoint and other associated components.
Mozilla Public License 2.0
29 stars 14 forks source link

An ability to define Tolerations for Server and Runner StatefulSets #42

Open adamkpn opened 2 years ago

adamkpn commented 2 years ago

Is your feature request related to a problem? Please describe. Currently, there is no option to define tolerations neither for Server or Runner, therefore they cannot run on dedicated NodeGroup of Kubernetes Cluster

Describe the solution you'd like Please update the Helm Chart and add the tolerations condition

briancain commented 2 years ago

Thanks for opening an issue @adamkpn! That makes sense to me. I think we need to expose that tolerations option through the helm manifest to make it work.