portal helm chart (all versions)
While migrating from docker swarm to OpenShift we encountered the fact that both the db-upgrade and rbac-upgrade pre jobs wouldn't complete and failed with an out of memory error. Cause by the fact that the defaults for both request and limit on our shared OpenShift cluster are set to low and cannot / must not be modified.
Please modify the job templates to the resource limits and requests can be set through the values.yaml for these jobs.
We manually added hard coded cpu and memory limits in these templates for now as a quick fix
portal helm chart (all versions)
While migrating from docker swarm to OpenShift we encountered the fact that both the db-upgrade and rbac-upgrade pre jobs wouldn't complete and failed with an out of memory error. Cause by the fact that the defaults for both request and limit on our shared OpenShift cluster are set to low and cannot / must not be modified.
Please modify the job templates to the resource limits and requests can be set through the values.yaml for these jobs.
We manually added hard coded cpu and memory limits in these templates for now as a quick fix