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

HelmChart - Separated resources specification for Webserver and scheduler #43

Open
messerzen opened this issue Jan 31, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@messerzen
Copy link

When using the helm chart is possible to specify resouces based on the following section of values.yaml

standaloneScheduler: true
....
....
resources: {}
  # We usually recommend not to specify default resources and to leave this as a conscious
  # choice for the user. This also increases chances charts run on environments with little
  # resources, such as Minikube. If you do want to specify resources, uncomment the following
  # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
   limits:
     cpu: 100m
     memory: 128Mi
   requests:
     cpu: 100m
     memory: 128Mi

But, in this scenario both scheduler and webserver Pod (for standalone mode) use the same resouces.

I believe that would be helpful to set different resouces for scheduler and webserver, considering that websever pod requires less resouces to run than scheduler pods.

Chart version tested: 0.2.1
Thanks!

@wangxiaoyou1993 wangxiaoyou1993 added the enhancement New feature or request label Feb 7, 2024
@sriniarul
Copy link
Contributor

@wangxiaoyou1993
pull request for this enhancement
#45 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants