diff --git a/openstack_operator/templates/heat/deployment.yml.j2 b/openstack_operator/templates/heat/deployment.yml.j2 index 8b7b5d56..03fbbba0 100644 --- a/openstack_operator/templates/heat/deployment.yml.j2 +++ b/openstack_operator/templates/heat/deployment.yml.j2 @@ -80,11 +80,11 @@ spec: {% endif %} resources: limits: - cpu: 500m + cpu: 2000m ephemeral-storage: 50M memory: 512M requests: - cpu: 50m + cpu: 200m ephemeral-storage: 50M memory: 64M securityContext: