You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
resources are tuned for prod
route templates pull the cert data from our ssl secret
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)
Acceptance Criteria
The text was updated successfully, but these errors were encountered: