fluent / fluent-operator

Operate Fluent Bit and Fluentd in the Kubernetes way - Previously known as FluentBit Operator
Apache License 2.0
587 stars 250 forks source link

Helm Chart: Add affinity to the fluent-operator deployment object #1291

Closed soundarya2606 closed 1 week ago

soundarya2606 commented 3 months ago

Is your feature request related to a problem? Please describe.

The helm chart does not allow to add affinity to the pods created by the fluent-operator deployment object. Only the fluent-bit pods allow that through the helm chart.

Describe the solution you'd like

Ability to add Affinity and anti-affinity rules for the fluent-operator pods scheduling on nodes.

Additional context

No response