Hi,
the following deployments only have requests specified, no limits:
registry-clair-postgres
registry-quay-database
This leads to following error in OpenShift:
Pod "..." is invalid: spec.containers[0].resources.requests: Invalid value: "2Gi": must be less than or equal to memory limit
An option would be to only specify limits (instead of only specifiing requests). Then OpenShift automatically add requests with the same value as the specified limits.
Could you please change this?
Hi,
the following deployments only have requests specified, no limits:
registry-clair-postgres
registry-quay-database
This leads to following error in OpenShift:
Pod "..." is invalid: spec.containers[0].resources.requests: Invalid value: "2Gi": must be less than or equal to memory limit
An option would be to only specify limits (instead of only specifiing requests). Then OpenShift automatically add requests with the same value as the specified limits.
Could you please change this?