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

[RunWhen] - GitOps Manifest Updates for Deployment-recipes #122

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

stewartshea
Copy link

RunSession Details

A RunSession (started by shea.stewart@runwhen.com) with the following tasks has produced this Pull Request:

  • Adjust Pod Resources to Match VPA Recommendation in ${NAMESPACE}, Remediate Readiness and Liveness Probe GitOps Manifests in Namespace ${NAMESPACE}

To view the RunSession, click this link

Change Details

[Change] Modifying cpu resource request for container recipes-nginx in Deployment recipes to 20 in namespace recipes based on VPA recommendation.
[Change] Modifying memory resource request for container recipes-nginx in Deployment recipes to 50 in namespace recipes based on VPA recommendation.
[Change] Modifying cpu resource request for container recipes in Deployment recipes to 20 in namespace recipes based on VPA recommendation.
[Change] Modifying memory resource request for container recipes in Deployment recipes to 50 in namespace recipes based on VPA recommendation.

The following details prompted this change:

{
  "remediation_type": "resource_request_update",
  "vpa_name": "recipes-vpa",
  "resource": "cpu",
  "current_value": "125",
  "suggested_value": "20",
  "object_type": "Deployment",
  "object_name": "recipes",
  "container": "recipes-nginx",
  "severity": "4"
}{
  "remediation_type": "resource_request_update",
  "vpa_name": "recipes-vpa",
  "resource": "memory",
  "current_value": "64",
  "suggested_value": "50",
  "object_type": "Deployment",
  "object_name": "recipes",
  "container": "recipes-nginx",
  "severity": "4"
}{
  "remediation_type": "resource_request_update",
  "vpa_name": "recipes-vpa",
  "resource": "cpu",
  "current_value": "125",
  "suggested_value": "20",
  "object_type": "Deployment",
  "object_name": "recipes",
  "container": "recipes",
  "severity": "4"
}{
  "remediation_type": "resource_request_update",
  "vpa_name": "recipes-vpa",
  "resource": "memory",
  "current_value": "64",
  "suggested_value": "50",
  "object_type": "Deployment",
  "object_name": "recipes",
  "container": "recipes",
  "severity": "4"
}

RunWhen Workspace

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

Successfully merging this pull request may close these issues.

1 participant