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

BCIERS Prod resources & routes #2980

Open
3 tasks
dleard opened this issue Mar 10, 2025 · 0 comments
Open
3 tasks

BCIERS Prod resources & routes #2980

dleard opened this issue Mar 10, 2025 · 0 comments
Labels

Comments

@dleard
Copy link
Contributor

dleard commented Mar 10, 2025

We need to update our helm templates in preparation for prod release. The resources need to be tuned & the frontend prod routes need to pull the ssl certificate data from our ssl secret in openshift. There is an example in the reg1 route template of how to pull the secret & apply the cert data from there. The resources should be tuned to be:

-Postgres (cas-obps-postgres repo)

  • 2 replicas
  • vertically scaled
  • Memory: 600Mi request, 1200 Mi limit
  • CPU: 250m request
  • Backend
    • 2-4 replicas with an autoscaler
    • horizontally scaled
    • Memory: 550Mi request, 1Gi limit
    • CPU: 250m request
  • FE pods
    • 2-4 pods with an autoscaler
    • horizontally scaled
    • Compliance FE scaled to 0 (we're not using it yet)
    • Memory: 128Mi request, 256Mi limit
    • CPU: 60m request

Acceptance Criteria

@dleard dleard added the Task label Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant