During verification of RHDM-1580 I noticed that the default value of Kie Server memory request is set to different values in templates and in operator.
In all RHDM 7.10.1 templates such as rhdm710-authoring.yaml the KIE_SERVER_MEMORY_REQUEST value is set to 1536Mi but in https://github.com/kiegroup/kie-cloud-operator/blob/release-v7.10.x/pkg/controller/kieapp/constants/constants.go#L198 the value is 1Gi, which means you get different specs when you deploy the same application with default values using operator and using templates.
We might want to set these values to be the same.