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

Introduced resource container policies #13

Merged
merged 2 commits into from
Dec 4, 2023
Merged

Introduced resource container policies #13

merged 2 commits into from
Dec 4, 2023

Conversation

mikouaj
Copy link
Member

@mikouaj mikouaj commented Dec 4, 2023

  • Introduced resource container policy in a VPA fashion
    • it gives possibility to target selected container(s) only
    • it allows for next types of resource increase policies
  • Example for percentage increase for a given container
    spec:
       resourcePolicy:
         containerPolicies:
         - containerName: spring-rest-jpa
            percentageIncrease:
            value: 100
    
  • Migrated legacy unit tests for boost webhook to ginkgo

@mikouaj mikouaj marked this pull request as ready for review December 4, 2023 15:15
@mikouaj mikouaj merged commit c30951b into main Dec 4, 2023
3 checks passed
@mikouaj mikouaj deleted the resourcePolicy branch December 8, 2023 13:42
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