Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🚀 Feature]: Add Node Affinity to Helm chart Selenium #1763

Closed
yasha-dev1 opened this issue Jan 3, 2023 · 1 comment
Closed

[🚀 Feature]: Add Node Affinity to Helm chart Selenium #1763

yasha-dev1 opened this issue Jan 3, 2023 · 1 comment

Comments

@yasha-dev1
Copy link

Feature and motivation

There is a need to create Affinity for all the nodes which are deployed in selenium helm chart. currently there is no Affinity in default values of the helm chart. It would be a really good feature to add that. a Common pattern is to add it to global.affinity. there are some helm charts which already do that already

Usage example

global:
  affinity:
    nodeAffinity:
      requiredDuringSchedulingIgnoredDuringExecution:
        nodeSelectorTerms:
          - matchExpressions:
              - key: lke.linode.com/pool-id
                operator: In
                values:
                  - "<POOL_ID>"
Copy link

github-actions bot commented Dec 9, 2023

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants