jaegertracing / helm-charts

Helm Charts for Jaeger backend
Apache License 2.0
265 stars 340 forks source link

[Feature]: allInOne does not support tolerations #397

Open ds-chriswilliamson opened 2 years ago

ds-chriswilliamson commented 2 years ago

Requirement

As a DevOps Engineer I want to be able to set tolerations on the allInOne deployment object So that I can ensure it only runs on specific nodes.

Problem

Jaeger itself I'm sure would happily run on any node - I am being blocked here purely by the fact that the helm chart lacks this code.

Proposal

Add tolerations support via values.yaml to the allInOne deployment technique.

Open questions

No response