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

Deployment scaling configuration changes #143

Merged
merged 1 commit into from
Jan 30, 2025
Merged

Conversation

TimCsaky
Copy link
Contributor

Description

some changes to the openshift templates/helm chart to support better scaling of the deployment in production:

  • removed cpu and memory limits (following advice, these are handles by the platform)
  • added pod disruption budget to ensure continuous uptime during node drains or rescaling
  • modified our horizontal pod scaling parameters
  • added some more request cpu and memory for the crunchydb postgres nodes

Types of changes

Bug fix (non-breaking change which fixes an issue)

Checklist

  • I have read the CONTRIBUTING doc
  • I have checked that unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have updated the OpenAPI 3.0 v*.api-spec.yaml documentation (if appropriate)
  • I have added necessary documentation (if appropriate)

Further comments

Copy link

Coverage Report

Totals Coverage
Statements: 96.61% ( 769 / 796 )
Methods: 98.08% ( 102 / 104 )
Lines: 97.95% ( 429 / 438 )
Branches: 93.7% ( 238 / 254 )

@jatindersingh93 jatindersingh93 merged commit a8ae378 into master Jan 30, 2025
14 checks passed
TimCsaky pushed a commit that referenced this pull request Feb 3, 2025
Deployment scaling configuration changes
TimCsaky pushed a commit that referenced this pull request Feb 3, 2025
Deployment scaling configuration changes
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.

2 participants