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

Add adjustable resource values for operator and webhook deployments #168

Merged
merged 2 commits into from
Dec 21, 2021

Conversation

ralfzen
Copy link
Contributor

@ralfzen ralfzen commented Dec 15, 2021

No description provided.

@chrismuellner
Copy link
Collaborator

If you could add the option to configure cpu as well as have separate sections for operator and webhook then it looks good.

The new sections in the values file will look something like this (operator section already exists):

operator:
  ...
  requests:
    cpu: 50m
    memory: 64Mi
  limits:
    cpu: 100m
    memory: 128Mi
webhook:
  requests:
    cpu: 300m
    memory: 128Mi
  limits:
    cpu: 300m
    memory: 128Mi

Thanks!

@ralfzen ralfzen force-pushed the adjustable-memory branch 2 times, most recently from ab2dca2 to e1abe5d Compare December 16, 2021 13:52
@ralfzen
Copy link
Contributor Author

ralfzen commented Dec 16, 2021

I've adapted the sections and added the values for cpu.

@ralfzen
Copy link
Contributor Author

ralfzen commented Dec 17, 2021

Values are swapped into the k8s order.

@chrismuellner chrismuellner changed the title Add adjustable memory values for operator deployments Add adjustable resource values for operator and webhook deployments Dec 17, 2021
@chrismuellner chrismuellner merged commit 562fc8b into Dynatrace:master Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants