From 925da03cca73c07d8f7c279ba2e3493cf2885d94 Mon Sep 17 00:00:00 2001 From: okozachenko Date: Fri, 15 May 2020 18:13:31 +0300 Subject: [PATCH] Adjust horizon resource to fix the break Change-Id: I47f07edbec2037c8b3c61d2c99c75ffb57fd0568 --- openstack_operator/templates/horizon/deployment.yml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openstack_operator/templates/horizon/deployment.yml.j2 b/openstack_operator/templates/horizon/deployment.yml.j2 index 87007178..3297d497 100644 --- a/openstack_operator/templates/horizon/deployment.yml.j2 +++ b/openstack_operator/templates/horizon/deployment.yml.j2 @@ -56,11 +56,11 @@ spec: port: horizon resources: limits: - cpu: 1000m + cpu: 2000m ephemeral-storage: 500M memory: 256M requests: - cpu: 500m + cpu: 1000m ephemeral-storage: 500M memory: 128M securityContext: