-
Notifications
You must be signed in to change notification settings - Fork 1
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
Set resource req in all the desired pods in the wanted namespaces #408
Conversation
ff600d2
to
fb12e0b
Compare
@kasperg vil du give denne her et kig mere? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have not tried running this in practice.
It seems as if this PR needs to be separated from #403.
@@ -7,6 +7,11 @@ FROM uselagoon/php-8.1-cli-drupal:${LAGOON_IMAGES_RELEASE_TAG} | |||
|
|||
COPY --from=release /app /app | |||
RUN mkdir -p -v -m775 /app/web/sites/default/files | |||
# install kubectl - we need as long as we cant set the resource request |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Appreciate you mentioning why this is needed.
15e4076
to
c9b3ce2
Compare
What does this PR do?
This PR adjusts the memory requests for the pods: cli, nginx, varnish and redis. This should help kubernetes to better allocate workloads
Should this be tested by the reviewer and how?
This can be run without any concerns. Please do so.
Any specific requests for how the PR should be reviewed?
Test run it and read it through
What are the relevant tickets?
https://reload.atlassian.net/jira/software/c/projects/DDFDRIFT/boards/464?selectedIssue=DDFDRIFT-96