Skip to content

Commit 9836480

Browse files
committed
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 <mschuppert@redhat.com>
1 parent a65506a commit 9836480

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

bindata/operator/operator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@ spec:
107107
resources:
108108
limits:
109109
cpu: 500m
110-
memory: 256Mi
110+
memory: 1Gi
111111
requests:
112112
cpu: 10m
113-
memory: 128Mi
113+
memory: 512Mi
114114
securityContext:
115115
allowPrivilegeEscalation: false
116116
volumeMounts:

config/manager/manager.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ spec:
7676
resources:
7777
limits:
7878
cpu: 500m
79-
memory: 256Mi
79+
memory: 1Gi
8080
requests:
8181
cpu: 10m
82-
memory: 128Mi
82+
memory: 512Mi
8383
serviceAccountName: openstack-operator-controller-manager
8484
terminationGracePeriodSeconds: 10

0 commit comments

Comments
 (0)