From d51dc68a8e2da0aa34bb30946a263ad67778cb3a Mon Sep 17 00:00:00 2001 From: Martin Schuppert Date: Wed, 21 May 2025 18:06:12 +0200 Subject: [PATCH] Bump memory resources for openstack-operator-controller-manager In tests it was seen that the openstack-operator controller manager reaches just bellow the current set limit of 256Mi. This change bumps the request to 512Mi and the limit to 1Gi for the openstack-operator-controller-operator. Jira: OSPRH-16802 Signed-off-by: Martin Schuppert (cherry picked from commit 9836480d5714900a88db0a1e679b552a18c9aa9b) --- bindata/operator/operator.yaml | 4 ++-- config/manager/manager.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bindata/operator/operator.yaml b/bindata/operator/operator.yaml index 29db0bf36f..f1e53ca2d3 100644 --- a/bindata/operator/operator.yaml +++ b/bindata/operator/operator.yaml @@ -101,10 +101,10 @@ spec: resources: limits: cpu: 500m - memory: 256Mi + memory: 1Gi requests: cpu: 10m - memory: 128Mi + memory: 512Mi securityContext: allowPrivilegeEscalation: false volumeMounts: diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index bf0fcbc5bc..717e1fcaa1 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -70,9 +70,9 @@ spec: resources: limits: cpu: 500m - memory: 256Mi + memory: 1Gi requests: cpu: 10m - memory: 128Mi + memory: 512Mi serviceAccountName: openstack-operator-controller-manager terminationGracePeriodSeconds: 10