From f605e55e95e2c7432b36cb55c6b9726ccd08e1ef Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Thu, 16 Apr 2020 17:49:07 -0400 Subject: [PATCH] bump resoruces for operator Change-Id: Ie32e03600ca92ad2f601d92023dc63174b77617e --- chart/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index 2cae0bf9..e5a96ad3 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -28,10 +28,10 @@ spec: resources: limits: cpu: 100m - memory: 128Mi + memory: 256Mi requests: cpu: 100m - memory: 64Mi + memory: 128Mi - name: go-operator image: vexxhost/openstack-operator:latest command: ["/manager"]