From 37d76ef0471cfd0fab8dac0b0714c36c82a46bcf Mon Sep 17 00:00:00 2001 From: okozachenko Date: Mon, 29 Jun 2020 22:33:46 +0300 Subject: [PATCH] Set cpu limit to core 2 for magnum conductor Change-Id: I68e7ab9fe4ec0b64dd993ab385b150107d63dce5 --- openstack_operator/templates/magnum/deployment.yml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openstack_operator/templates/magnum/deployment.yml.j2 b/openstack_operator/templates/magnum/deployment.yml.j2 index 17e798fd..179e73e8 100644 --- a/openstack_operator/templates/magnum/deployment.yml.j2 +++ b/openstack_operator/templates/magnum/deployment.yml.j2 @@ -74,11 +74,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: