tryretool / retool-helm

MIT License
46 stars 59 forks source link

add a default nodeselector for AMD since retool docker image is amd64 only #125

Closed erulabs closed 3 months ago

erulabs commented 1 year ago

Hello!

Our retool on-prem installation crashed recently because our AWS Karpenter autoscaler provisioned an ARM64 machine for our retool instances!

Because the tryretool/backend image is AMD64 only, the helm chart should set a default nodeSelector for AMD.

Thanks!