diff --git a/roles/openshift-apps/koschei/templates/frontend-deployment.yml b/roles/openshift-apps/koschei/templates/frontend-deployment.yml index df6e19cd2a..8844276e79 100644 --- a/roles/openshift-apps/koschei/templates/frontend-deployment.yml +++ b/roles/openshift-apps/koschei/templates/frontend-deployment.yml @@ -26,6 +26,13 @@ spec: - name: config mountPath: /etc/koschei readOnly: true + resources: + requests: + cpu: 500m + memory: 128Mi + limits: + cpu: 2000m + memory: 512Mi readinessProbe: timeoutSeconds: 1 initialDelaySeconds: 5