-
Bug
-
Resolution: Done
-
Minor
-
7.10.1.GA
-
None
-
False
-
False
-
-
-
-
-
-
CR1
-
Undefined
-
-
2021 Week 40-42 (from Oct 4), 2021 Week 43-45 (from Oct 25), 2021 Week 46-48 (from Nov 15), 2021 Week 49-51 (from Dec 6th)
During verification of RHPAM-3337 I noticed that some default memory and CPU request values are still not the same in templates and in operator.
- RHPAM production: In template (rhpam710-prod.yaml) the default CPU request for business central is set to 750m but in operator (https://github.com/kiegroup/kie-cloud-operator/blob/release-v7.10.x/pkg/controller/kieapp/constants/constants.go#L187) it is set to 500m
- KIE server: Across all platforms KIE server memory requests are by default set to 1536Mi in templates, but in operator it is 1Gi
We might want to set these values to be the same.