Skip to content

[FEATURE] Add support for nodeSelector and tolerations in Deployment #22

@qasmi

Description

@qasmi

❓ Problem Statement / Motivation

The current Helm chart does not provide configuration options for setting nodeSelector or tolerations on the Deployment. This limits our ability to control where the deployment is scheduled.

The Deployment manifest lacks support for:

nodeSelector
tolerations

As a result, we are unable to schedule the deployment on specific nodes with dedicated roles.

💡 Proposed Solution

We’d like to be able to configure the Deployment section of the Helm chart to include:

  tolerations:
    - key: node/role
      value: tools
      effect: NoSchedule
      operator: Equal

  nodeSelector:
    node/role: tools

🙋 Are you willing to contribute?

  • I am willing to submit a PR for this feature

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions