-
Notifications
You must be signed in to change notification settings - Fork 89
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
Added k8s requests and limits #443
Added k8s requests and limits #443
Conversation
...va/org/springframework/cloud/deployer/spi/kubernetes/RunAbstractKubernetesDeployerTests.java
Show resolved
Hide resolved
...ain/java/org/springframework/cloud/deployer/spi/kubernetes/DeploymentPropertiesResolver.java
Show resolved
Hide resolved
...ain/java/org/springframework/cloud/deployer/spi/kubernetes/DeploymentPropertiesResolver.java
Outdated
Show resolved
Hide resolved
...ain/java/org/springframework/cloud/deployer/spi/kubernetes/KubernetesDeployerProperties.java
Show resolved
Hide resolved
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.
@corneil - thanks for adding this. A nit, a question, and a suggested improvement but other than that LGTM.
7deb98c
to
7ac1c83
Compare
…nd hugepages-1Gi Fixes spring-cloud#441
7ac1c83
to
d7c4b06
Compare
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.
Thanks for the updates @corneil LGTM
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.
LGTM
Added k8s requests and limits for ephemeral-storage , hugepages-2Mi and hugepages-1Gi
Fixes #441